Skip to content

Commit

Permalink
MQTT Logeintrag entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
shining-man committed Sep 16, 2024
1 parent 5a96cfc commit f691815
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mqtt_t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ bool mqttLoop()
//Is MQTT Enabled?
if(mMqttEnable == MQTT_ENABLE_STATE_OFF)
{
#ifdef MQTT_DEBUG
BSC_LOGD(TAG,"mqttLoop(): mMqttEnable=0, ret=1");
#endif
return true;
}
else if(mMqttEnable == MQTT_ENABLE_STATE_EN)
Expand Down

0 comments on commit f691815

Please sign in to comment.