Silence debug printing

This commit is contained in:
Imbus 2024-11-15 11:12:06 +01:00
parent 59fc1622dc
commit 6748969901

View file

@ -29,7 +29,6 @@ public final class ControllerSpin extends ActorThread<WashingMessage> {
try {
temp = receiveWithTimeout(10000 / Settings.SPEEDUP);
elapsed = ((System.currentTimeMillis() - start) * Settings.SPEEDUP) / (1000 * 60);
System.out.println(elapsed);
// If there is a new message, swap
if (temp != null) {