remove log

This commit is contained in:
Josh Hawkins 2024-09-24 08:42:47 -05:00
parent ad9d2666ce
commit d88beb0b59

View File

@ -31,7 +31,6 @@ class EventMetadataSubscriber(Subscriber):
def __init__(self, topic: EventMetadataTypeEnum) -> None: def __init__(self, topic: EventMetadataTypeEnum) -> None:
topic = topic.value topic = topic.value
logger.info(f"subscribing to: {topic}")
super().__init__(topic) super().__init__(topic)
def check_for_update( def check_for_update(