mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
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
Block a user