[RigoDaemon] drop any reference to etpUi['debug']
This commit is contained in:
@@ -42,7 +42,6 @@ from gi.repository import GLib, GObject, Gio
|
||||
|
||||
DAEMON_LOGGING = False
|
||||
DAEMON_DEBUG = False
|
||||
# If place here, we won't trigger etpUi['debug']
|
||||
if "--debug" in sys.argv:
|
||||
sys.argv.remove("--debug")
|
||||
DAEMON_DEBUG = True
|
||||
|
||||
Reference in New Issue
Block a user