Skip to content

Commit

Permalink
Removes print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwils committed May 9, 2024
1 parent 7fe6a70 commit 1eb11eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin_runner/plugin_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ async def HandleEvent(self, request: Event, context):
event_name = EventType.Name(request.type)
relevant_plugins = EVENT_PROTOCOL_MAP.get(event_name, [])

# TODO - remove; print statements for testing
print("Customer Identifier in plugin runner:")
print(os.getenv("CUSTOMER_IDENTIFIER"))

effect_list = []

for plugin_name in relevant_plugins:
Expand Down

0 comments on commit 1eb11eb

Please sign in to comment.