From f32ddb95e56e4043e41fe2d7ae83a87aedc4541d Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 6 Nov 2012 20:50:47 +0100 Subject: [PATCH] [RigoDaemon] drop any reference to etpUi['debug'] --- rigo/RigoDaemon/app.py | 1 - 1 file changed, 1 deletion(-) 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