mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
remove log
This commit is contained in:
parent
ad9d2666ce
commit
d88beb0b59
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user