Skip to content

Commit

Permalink
Totally wasn't debug output hiding here...
Browse files Browse the repository at this point in the history
  • Loading branch information
DSH105 committed Aug 5, 2014
1 parent 17be57e commit 9fadce3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/dsh105/command/SimpleCommandManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,7 @@ private void mapCommands(CommandListener commandListener, Collection<CommandHand
if (LISTENERS.contains(commandListener)) {
LISTENERS.add(commandListener);
}

if (COMMANDS.get(commandListener) != null) {
System.out.println(COMMANDS.get(commandListener).size());
}

Set<CommandHandler> existing = COMMANDS.get(commandListener);
if (existing == null) {
existing = new HashSet<>();
Expand Down

0 comments on commit 9fadce3

Please sign in to comment.