Skip to content

Commit

Permalink
forgot to turn off debug mode again...
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskbx committed Jan 31, 2019
1 parent 1f75aac commit 5aadb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let gtt = new events.EventEmitter(),
settingsWindow = null,
aboutWindow = null,
listWindow = null,
debug = true;
debug = false;

gtt._app = app;
gtt._version = pjson.version;
Expand Down

0 comments on commit 5aadb0f

Please sign in to comment.