summaryrefslogtreecommitdiff
path: root/src/daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.py')
-rwxr-xr-xsrc/daemon.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon.py b/src/daemon.py
index 7f66558c..11dfb51a 100755
--- a/src/daemon.py
+++ b/src/daemon.py
@@ -56,7 +56,6 @@ class Executor(threading.Thread):
command.pop(-1)
def run(self):
- print("executing %s" % (self.command))
log.debug('executing %s', self.command)
stdout = DEVNULL
if self.filename: