Skip to content

Commit 30c7f1b

Browse files
author
Lloyd Watkin
committed
Remove debug
1 parent 3a8649a commit 30c7f1b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/buddycloud/channelserver/Configuration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ private Configuration() {
6464
}
6565
} catch (Exception e) {
6666
LOGGER.error("Could not load " + CONFIGURATION_FILE + "!");
67-
System.out.println(e.getLocalizedMessage());
6867
System.exit(1);
6968
}
7069
}
@@ -180,4 +179,4 @@ public boolean getBooleanProperty(final String key,
180179

181180
return defaultValue;
182181
}
183-
}
182+
}

0 commit comments

Comments
 (0)