Skip to content

Commit

Permalink
clean up some debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Dec 14, 2013
1 parent 014ca12 commit 22c99c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/tconstruct/TConstruct.java
Expand Up @@ -71,11 +71,6 @@ public TConstruct()
System.out.println("[TConstruct] Preparing to take over the world");
}

logger.info("[UUID] Armor Speed: " + UUID.randomUUID());
logger.info("[UUID] Armor Attack: " + UUID.randomUUID());
logger.info("[UUID] Armor Health: " + UUID.randomUUID());
logger.info("[UUID] Armor Knockback: " + UUID.randomUUID());

EnvironmentChecks.verifyEnvironmentSanity();
MinecraftForge.EVENT_BUS.register(events = new TEventHandler());
PluginController.getController().registerBuiltins();
Expand Down

0 comments on commit 22c99c8

Please sign in to comment.