From b3ee2de07990939b9a48e328b05099cb018446db Mon Sep 17 00:00:00 2001 From: Sebastian Englbrecht Date: Sat, 19 Jun 2021 19:28:19 +0200 Subject: [PATCH] Fix review finding --- frigate/object_processing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/object_processing.py b/frigate/object_processing.py index c2fcb941b..386d44ee9 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -272,7 +272,6 @@ class TrackedObject: best_frame, dsize=(width, height), interpolation=cv2.INTER_AREA ) if timestamp: - logger.info("Jetzad") draw_timestamp( best_frame, self.thumbnail_data["frame_time"],