From e3c5ac0f46f6c5a3f978a7a0fee4de1d03426749 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Thu, 22 Sep 2022 00:28:00 -0500 Subject: [PATCH] Remove line --- .../java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java b/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java index 67fea17..3364a45 100644 --- a/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java +++ b/MP2_CalebFontenot/src/main/java/com/calebfontenot/mp2_calebfontenot/CheckIBSN_10.java @@ -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) {