remove redundant error output

This commit is contained in:
Blake Blackshear
2020-12-20 08:04:10 -06:00
parent 2c4370eb2b
commit 5efe942669
-1
View File
@@ -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()