瀏覽代碼

remove redundant error output

Blake Blackshear 4 年之前
父節點
當前提交
961997e078
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      frigate/app.py

+ 0 - 1
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()