Skip to content

Commit 068ae20

Browse files
committed
Do not print Thing ID at startup because its value will be ignored
1 parent 0541f7b commit 068ae20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArduinoIoTCloudTCP.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ void ArduinoIoTCloudTCP::printDebugInfo()
366366
{
367367
DEBUG_INFO("***** Arduino IoT Cloud - configuration info *****");
368368
DEBUG_INFO("Device ID: %s", getDeviceId().c_str());
369-
DEBUG_INFO("Thing ID: %s", getThingId().c_str());
370369
DEBUG_INFO("MQTT Broker: %s:%d", _brokerAddress.c_str(), _brokerPort);
371370
}
372371

0 commit comments

Comments
 (0)