remove print

This commit is contained in:
blacktwin 2017-10-23 12:56:21 -04:00 committed by GitHub
parent 8a63cb5a8b
commit a7f360e7ec

View File

@ -26,7 +26,6 @@ x = 0
try:
while x < timeout and x is not None:
print(x)
sleep(x)
if kill_stream(check_session(sessionKey), interval, timeout) is not None:
x += kill_stream(check_session(sessionKey), interval, timeout)