Skip to content

Commit

Permalink
Unnecessary debug output removed
Browse files Browse the repository at this point in the history
It was my mistake, I'm very sorry =(
  • Loading branch information
Qveshn committed May 27, 2018
1 parent 9f86e71 commit ebd2a5b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -39,7 +39,6 @@ public LogFormat() {
}

public LogFormat(String format) {
System.out.println(format);
if (format == null || format.isEmpty()) {
format = DEFAULT_FORMAT;
}
Expand Down

0 comments on commit ebd2a5b

Please sign in to comment.