From 8eae57727ac8d29c5370ea2994dd0e6dff742bd2 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 4 Oct 2020 20:28:06 +0200 Subject: [PATCH] removed debug comment --- src/mqtt.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mqtt.cpp b/src/mqtt.cpp index 9eee365ec..e25912c91 100644 --- a/src/mqtt.cpp +++ b/src/mqtt.cpp @@ -687,8 +687,6 @@ void Mqtt::process_queue() { // HA config for a binary_sensor void Mqtt::register_mqtt_ha_binary_sensor(const __FlashStringHelper * name, const uint8_t device_type, const char * entity) { - return; // TODO remove - if (mqtt_format() != Format::HA) { return; }