Remove unnecessary log

This commit is contained in:
Beny 2019-05-12 11:50:40 +01:00
parent d68c39b707
commit c09f199e0b

View File

@ -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) {