Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 5aadb0f

Browse files
committed
forgot to turn off debug mode again...
1 parent 1f75aac commit 5aadb0f

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
@@ -30,7 +30,7 @@ let gtt = new events.EventEmitter(),
3030
settingsWindow = null,
3131
aboutWindow = null,
3232
listWindow = null,
33-
debug = true;
33+
debug = false;
3434

3535
gtt._app = app;
3636
gtt._version = pjson.version;

0 commit comments

Comments
 (0)