mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[Timers] Removed debug logging.
This commit is contained in:
parent
7c187a1d2a
commit
66d1a66967
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue