From b852f7279b0abb940f6c404834bca8558e58122e Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 8 Dec 2014 18:22:20 +0100 Subject: Remove a print statement that causes screen garbage when exec_remote is false --- src/daemon.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/daemon.py') 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: -- cgit v1.2.3