removed debug comment

This commit is contained in:
proddy
2020-10-04 20:28:06 +02:00
parent a15bc21f50
commit 8eae57727a

View File

@@ -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;
}