From 2930b89a70ce77b9cbd0c28546a264920b05625b 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 696b930f0..3c05f20da 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -245,7 +245,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"],