Skip to content

Commit

Permalink
Remove unneccessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 2, 2025
1 parent c991858 commit c6fb9ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metaflow/client/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,6 @@ def _get_filter_query_value(
query_task.metadata_dict.get("foreach-stack", [])
)

# print(f"query_foreach_stack_len: {query_foreach_stack_len} cur_foreach_stack_len: {cur_foreach_stack_len}")
if query_foreach_stack_len == cur_foreach_stack_len:
field_name = "foreach-indices"
field_value = self.metadata_dict.get(field_name)
Expand Down

0 comments on commit c6fb9ac

Please sign in to comment.