Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Jan 17, 2025
1 parent 4c33be0 commit 434fa24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ def _load_results(self, dag, key_indices, keys):

def _fill_key_result(self, dag, key):
raw = dag.get_result(key)
print(f"{key=} {type(raw)=} {type(dag._working_graph[key])=}")
if DaskVineDag.containerp(raw):
result = list(raw)
file_indices = find_result_files(raw)
Expand Down

0 comments on commit 434fa24

Please sign in to comment.