minor text changes

This commit is contained in:
proddy
2020-07-07 18:25:55 +02:00
parent 06328476f3
commit dfc4360b52
2 changed files with 3 additions and 3 deletions

View File

@@ -309,7 +309,7 @@ void Mqtt::queue_subscribe_message(const std::string & topic) {
}
auto message = std::make_shared<MqttMessage>(Operation::SUBSCRIBE, topic, "", false);
LOG_DEBUG(F("Adding a subscription for %s"), topic.c_str());
// LOG_DEBUG(F("Adding a subscription for %s"), topic.c_str());
// if the queue is full, make room but removing the last one
if (mqtt_messages_.size() >= maximum_mqtt_messages_) {