Disable debugging

This commit is contained in:
Balazs Gyurak
2019-12-07 21:31:49 +00:00
parent 28e87a64d6
commit 2260809786

View File

@@ -4,7 +4,7 @@ const Mainloop = imports.mainloop;
const Gio = imports.gi.Gio;
let _close = 50;
var debug = true;
var debug = false;
var _log = function(){}
if (debug)