Silence debug printing
This commit is contained in:
parent
59fc1622dc
commit
6748969901
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ public final class ControllerSpin extends ActorThread<WashingMessage> {
|
||||||
try {
|
try {
|
||||||
temp = receiveWithTimeout(10000 / Settings.SPEEDUP);
|
temp = receiveWithTimeout(10000 / Settings.SPEEDUP);
|
||||||
elapsed = ((System.currentTimeMillis() - start) * Settings.SPEEDUP) / (1000 * 60);
|
elapsed = ((System.currentTimeMillis() - start) * Settings.SPEEDUP) / (1000 * 60);
|
||||||
System.out.println(elapsed);
|
|
||||||
|
|
||||||
// If there is a new message, swap
|
// If there is a new message, swap
|
||||||
if (temp != null) {
|
if (temp != null) {
|
||||||
|
|
Loading…
Reference in a new issue