Skip to content

Commit 52e068f

Browse files
committed
remove debug flag
1 parent f892f6f commit 52e068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let gtt = new events.EventEmitter(),
1818
settingsWindow = null,
1919
aboutWindow = null,
2020
listWindow = null,
21-
debug = true;
21+
debug = false;
2222

2323
gtt._app = app;
2424
gtt._version = '0.2.0 beta';

0 commit comments

Comments
 (0)