Skip to content

Commit

Permalink
Code: Removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Sep 28, 2023
1 parent 1800c25 commit f86a268
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ protected void setMultiplyer(Stockpile stockpile, JTextField jMultiplier) {
} catch (NumberFormatException ex) {
multiplier = 1;
}
System.out.println(multiplier + " != " + stockpile.getMultiplier());
if (multiplier != stockpile.getMultiplier()) {
stockpile.setMultiplier(multiplier);
stockpile.updateTotal();
Expand Down

0 comments on commit f86a268

Please sign in to comment.