Skip to content

Commit

Permalink
remove junk print
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 13, 2024
1 parent d5b65b3 commit ad6a41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void validateInput() {
String name2 = l.getName();
if (name2.contentEquals(nameTmp))
return;
System.out.println(nameTmp + " is not " + name2);
//System.out.println(nameTmp + " is not " + name2);
}
add.setDisable(false);
}
Expand Down

0 comments on commit ad6a41c

Please sign in to comment.