Skip to content

Commit

Permalink
debug = false
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Lunev committed Oct 14, 2020
1 parent c2183b2 commit d94a059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pulse/ui/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Launcher {

private PrintStream errStream;
private File errorLog;
private final static boolean DEBUG = true;
private final static boolean DEBUG = false;

private Launcher() {
arrangeErrorOutput();
Expand Down

0 comments on commit d94a059

Please sign in to comment.