Переглянути джерело

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()