Removed old debug messges.

This commit is contained in:
LevelX2 2013-07-17 17:31:49 +02:00
parent 69c3ae0666
commit 10fd7c6f6a

View file

@ -326,11 +326,9 @@ public final class GamePanel extends javax.swing.JPanel {
}
public synchronized void init(GameView game) {
logger.warn("init.");
combat.init(gameId, bigCard);
combat.setLocation(500, 300);
addPlayers(game);
logger.warn("added players.");
updateGame(game);
}