Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaSeeley committed Nov 22, 2024
1 parent f8def01 commit b88387d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metaflow/plugins/events_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ def format_deploytime_value(self):
new_trigger_params[key] = value
trigger["parameters"] = new_trigger_params
self.triggers[self.triggers.index(old_trigger)] = trigger
print(self.triggers)


class TriggerOnFinishDecorator(FlowDecorator):
Expand Down

0 comments on commit b88387d

Please sign in to comment.