Merge pull request #2063 from coolo/remove_debug

Remove debug output left in ReviewBot
This commit is contained in:
Stephan Kulow 2019-05-27 19:46:44 +02:00 committed by GitHub
commit 9b938c8c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -851,10 +851,7 @@ class CommandLineInterface(cmdln.Cmdln):
"""raised on timeout"""
if not interval:
print('WORK')
r = workfunc()
print('WORK', r)
return r
return workfunc()
def alarm_called(nr, frame):
raise ExTimeout()