Skip to content

Commit d49093b

Browse files
committed
remove print statements
1 parent 4d2ba0e commit d49093b

File tree

1 file changed

+0
-3
lines changed
  • cluster_tools/cluster_tools/executors

1 file changed

+0
-3
lines changed

cluster_tools/cluster_tools/executors/dask.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22
import re
33
import signal
4-
import traceback
54
from concurrent import futures
65
from concurrent.futures import Future
76
from functools import partial
@@ -261,8 +260,6 @@ def handle_kill(
261260
existing_sigint_handler(signum, frame)
262261

263262
def shutdown(self, wait: bool = True, *, cancel_futures: bool = False) -> None:
264-
print(f"{wait=} {cancel_futures=}")
265-
traceback.print_stack()
266263
if wait:
267264
for fut in list(self.pending_futures):
268265
fut.result()

0 commit comments

Comments
 (0)