[Timers] Removed debug logging.

This commit is contained in:
magenoxx 2013-06-20 18:09:30 +04:00
parent 7c187a1d2a
commit 66d1a66967

View file

@ -224,10 +224,8 @@ public class PlayerPanelExt extends javax.swing.JPanel {
}
if (player.hasPriority()) {
System.out.println("resume: " + player.getName());
this.timer.resume();
} else {
System.out.println("pause: " + player.getName());
this.timer.pause();
}