Remove line

master
Chloe Fontenot 🏳️‍⚧️ 2022-09-22 00:28:00 +07:00
parent 631aac5163
commit e3c5ac0f46
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ public class CheckIBSN_10 {
digit7 = inputISBN / 100 % 10;
digit8 = inputISBN / 10 % 10;
digit9 = inputISBN / 1 % 10;
//System.out.println(digit1 +"" + digit2 +"" + digit3 +"" + digit4 +"" + digit5 +"" + digit1 +"" + );
//Print digits for debugging
if (debug == true)
{