From c09f199e0b51d2b6b960edd9213d4a6cbf98bb67 Mon Sep 17 00:00:00 2001 From: Beny Date: Sun, 12 May 2019 11:50:40 +0100 Subject: [PATCH] Remove unnecessary log --- .../items/interactions/games/InteractionGameTimer.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java b/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java index 81e6df9d..6fec1c99 100644 --- a/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java +++ b/src/main/java/com/eu/habbo/habbohotel/items/interactions/games/InteractionGameTimer.java @@ -291,7 +291,6 @@ public abstract class InteractionGameTimer extends HabboItem implements Runnable if (game == null) { try { - System.out.println(gameClass.getName()); game = gameClass.getDeclaredConstructor(Room.class).newInstance(room); room.addGame(game); } catch (Exception e) {