aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pathod/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathod/test.py b/pathod/test.py
index 7e597a72..c6e2caae 100644
--- a/pathod/test.py
+++ b/pathod/test.py
@@ -56,7 +56,6 @@ class Daemon:
start = time.time()
while True:
l = self.log()
- print l
if time.time() - start >= timeout:
return None
if len(l) >= n: