diff --git a/rigo/RigoDaemon/app.py b/rigo/RigoDaemon/app.py index d952f3e48..2991c2ea6 100755 --- a/rigo/RigoDaemon/app.py +++ b/rigo/RigoDaemon/app.py @@ -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