Skip to content

Commit 290017c

Browse files
Update slack_bolt/listener/thread_runner.py
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 3cd5438 commit 290017c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

slack_bolt/listener/thread_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ def run_ack_function_asynchronously():
160160
self._start_lazy_function(lazy_func, request)
161161

162162
# await for the completion of ack() in the async listener execution
163-
print(str(starting_time))
164163
while ack.response is None and time.time() - starting_time <= listener.acknowledgement_timeout:
165-
print("we are sleeping")
166164
time.sleep(0.01)
167165

168166
if response is None and ack.response is None:

0 commit comments

Comments
 (0)