Browse Source

remove redundant error output

Blake Blackshear 4 years ago
parent
commit
961997e078
1 changed files with 0 additions and 1 deletions
  1. 0 1
      frigate/app.py

+ 0 - 1
frigate/app.py

@@ -194,7 +194,6 @@ class FrigateApp():
             self.init_mqtt()
             self.init_mqtt()
         except Exception as e:
         except Exception as e:
             print(e)
             print(e)
-            logger.error(e)
             self.log_process.terminate()
             self.log_process.terminate()
             sys.exit(1)
             sys.exit(1)
         self.start_detectors()
         self.start_detectors()