diff --git a/dask_cuda/explicit_comms/dataframe/shuffle.py b/dask_cuda/explicit_comms/dataframe/shuffle.py index a7c15f4b..227b67d1 100644 --- a/dask_cuda/explicit_comms/dataframe/shuffle.py +++ b/dask_cuda/explicit_comms/dataframe/shuffle.py @@ -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"):