Explorar o código

remove redundant error output

Blake Blackshear %!s(int64=4) %!d(string=hai) anos
pai
achega
961997e078
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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()