Skip to content

Commit f508727

Browse files
committed
remove diagnostics
1 parent fb7d5bc commit f508727

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ogcore/SS.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,6 @@ def inner_loop(outer_loop_vars, p, client):
316316
)
317317
futures.append(f)
318318

319-
# print("Futures =")
320-
# print(dask_sizeof(futures)) # shows what’s embedded
321-
# d = dask.delayed(futures)
322-
# d.visualize(rankdir="LR", filename="graph.svg")
323-
print("Client link = ", client.dashboard_link)
324-
325319
results = client.gather(futures)
326320

327321
else:

0 commit comments

Comments
 (0)