From 4efc712f1f45ccb6b429c398558f1c07ac8f5ca8 Mon Sep 17 00:00:00 2001 From: Chloe Christine Fontenot Date: Sun, 19 Oct 2025 21:30:54 -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) {