Skip to content

Commit

Permalink
remove unused log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Jan 11, 2023
1 parent 2a13bf8 commit 7e23b0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tom_dataproducts/alertstreams/hermes.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def hermes_alert_handler(alert, metadata):
-- Requires 'tom_alertstreams' in settings.INSTALLED_APPS
-- Requires ALERT_STREAMS['topic_handlers'] in settings
"""
# logger.info(f'Alert received on topic {metadata.topic}: {alert}; metatdata: {metadata}')
alert_as_dict = alert.content
photometry_table = alert_as_dict['data'].get('photometry', None)
if photometry_table:
Expand Down

0 comments on commit 7e23b0a

Please sign in to comment.