From 40bf7a0f41bc1f10d15480e03538130298ae60bc Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 14 Jun 2021 07:46:36 -0500 Subject: [PATCH] cleanup --- frigate/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index 86aacfec2..1e000d401 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -165,7 +165,6 @@ class FrigateApp: self.db, self.stats_tracking, self.detected_frames_processor, - # self.mqtt_client, ) def init_mqtt(self):