diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/daemon.py | 1 |
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: |