mirror of
https://github.com/FranP-code/wintile.git
synced 2025-10-13 00:33:46 +00:00
Disable debugging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user