Merge pull request #2063 from coolo/remove_debug
Remove debug output left in ReviewBot
This commit is contained in:
commit
9b938c8c27
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user