Skip to content

Commit

Permalink
Remove unneccessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Nov 1, 2024
1 parent a84f463 commit ffbf68a
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 ffbf68a

Please sign in to comment.