Remove line

This commit is contained in:
2025-10-19 21:30:54 -05:00
parent ebdd4e17a4
commit 4efc712f1f

View File

@@ -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)
{