Skip to content

Commit

Permalink
Remove debug log (#14037)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Sep 28, 2024
1 parent 38d398c commit 576191c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frigate/review/maintainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ def __init__(self, config: FrigateConfig, stop_event: MpEvent):
self.active_review_segments: dict[str, Optional[PendingReviewSegment]] = {}
self.frame_manager = SharedMemoryFrameManager()

logger.error(f"All attributes are {config.model.all_attributes}")

# create communication for review segments
self.requestor = InterProcessRequestor()
self.config_subscriber = ConfigSubscriber("config/record/")
Expand Down

0 comments on commit 576191c

Please sign in to comment.