aboutsummaryrefslogtreecommitdiff
path: root/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'service.py')
-rwxr-xr-xservice.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/service.py b/service.py
index 031cf0d..7a36235 100755
--- a/service.py
+++ b/service.py
@@ -17,8 +17,6 @@ from gi.repository import GLib
from session import Session
from trigger import TriggerServerThread
-logging.basicConfig(format="%(asctime)s %(levelname)s: %(message)s", level=logging.INFO)
-
ALLOW_ONLY_ONE_SESSION = True