Skip to content

Commit 9c2b0fa

Browse files
committed
tidy
1 parent 31d90fc commit 9c2b0fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

middleware/timeout_handling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ class LongRunningCallTimeoutEx(Exception):
44
pass
55

66
def alarm_handler(signum, _):
7-
print('FFFOOOOOOOOOOOOOOOOOOOOOOOOOO')
87
raise LongRunningCallTimeoutEx()
98

109
def start_alarm_timer(num_seconds):

0 commit comments

Comments
 (0)