Remove debug print
This commit is contained in:
parent
92decf96dd
commit
5e12384486
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue