Remove line
This commit is contained in:
parent
631aac5163
commit
e3c5ac0f46
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user