From 3ad75a441da546c75a561427aa45b5918a8d4337 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 20 Dec 2020 08:04:10 -0600 Subject: [PATCH] remove redundant error output --- frigate/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index 95d235fba..7fcb2d30c 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -194,7 +194,6 @@ class FrigateApp(): self.init_mqtt() except Exception as e: print(e) - logger.error(e) self.log_process.terminate() sys.exit(1) self.start_detectors()