Skip to content

Commit

Permalink
remove write statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Dec 17, 2024
1 parent 6670828 commit 20df12e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dask_cuda/explicit_comms/dataframe/shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,6 @@ def patch_shuffle_expression() -> None:
_base_layer = TaskShuffle._layer

def _layer(self):
with open("debug.txt", "a") as f:
f.write(f"USING: {_use_explicit_comms()}\n")
if _use_explicit_comms():
# Execute an explicit-comms shuffle
if not hasattr(self, "_ec_shuffled"):
Expand Down

0 comments on commit 20df12e

Please sign in to comment.