mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Remove debug print
This commit is contained in:
parent
92decf96dd
commit
5e12384486
@ -56,7 +56,6 @@ class Daemon:
|
|||||||
start = time.time()
|
start = time.time()
|
||||||
while True:
|
while True:
|
||||||
l = self.log()
|
l = self.log()
|
||||||
print l
|
|
||||||
if time.time() - start >= timeout:
|
if time.time() - start >= timeout:
|
||||||
return None
|
return None
|
||||||
if len(l) >= n:
|
if len(l) >= n:
|
||||||
|
Loading…
Reference in New Issue
Block a user