We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3531a8b commit abd05e1Copy full SHA for abd05e1
src/AdafruitIO.cpp
@@ -42,7 +42,6 @@ void AdafruitIO::connect()
42
43
if(_err_sub) {
44
// setup error sub
45
- Serial.print("setting up err_sub\n");
46
_err_sub = new Adafruit_MQTT_Subscribe(_mqtt, _err_topic);
47
_mqtt->subscribe(_err_sub);
48
_err_sub->setCallback(errorCallback);
0 commit comments