Skip to content

Commit cfe6846

Browse files
brentrubrentru
authored andcommitted
remove debug output
1 parent a98ee76 commit cfe6846

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/wifi/AdafruitIO_AIRLIFT.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
148148
{
149149
// setup ESP32 pins
150150
if (_ssPin != 0) {
151-
AIO_DEBUG_PRINTLN("Pins: ");
152-
AIO_DEBUG_PRINT(_ssPin);
153-
AIO_DEBUG_PRINT(_ackPin);
154-
AIO_DEBUG_PRINT(_rstPin);
155-
AIO_DEBUG_PRINT(_gpio0Pin);
156-
AIO_DEBUG_PRINTLN("");
157151
WiFi.setPins(_ssPin, _ackPin, _rstPin, _gpio0Pin, &SPIWIFI);
158152
}
159153

0 commit comments

Comments
 (0)