Skip to content

Commit abd05e1

Browse files
committed
Revert "Update AdafruitIO.cpp"
This reverts commit 3531a8b.
1 parent 3531a8b commit abd05e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AdafruitIO.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ void AdafruitIO::connect()
4242

4343
if(_err_sub) {
4444
// setup error sub
45-
Serial.print("setting up err_sub\n");
4645
_err_sub = new Adafruit_MQTT_Subscribe(_mqtt, _err_topic);
4746
_mqtt->subscribe(_err_sub);
4847
_err_sub->setCallback(errorCallback);

0 commit comments

Comments
 (0)