diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-12-08 18:22:20 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-12-08 18:22:52 +0100 |
commit | b852f7279b0abb940f6c404834bca8558e58122e (patch) | |
tree | 33dedbe011c20998a398cd03f6618fc389faca4e /src/daemon.py | |
parent | 780fff009a3a68de99bf5522433e61c6b941c4b4 (diff) | |
download | poezio-b852f7279b0abb940f6c404834bca8558e58122e.tar.gz poezio-b852f7279b0abb940f6c404834bca8558e58122e.tar.bz2 poezio-b852f7279b0abb940f6c404834bca8558e58122e.tar.xz poezio-b852f7279b0abb940f6c404834bca8558e58122e.zip |
Remove a print statement that causes screen garbage when exec_remote is false
Diffstat (limited to 'src/daemon.py')
-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: |