From d8829650273cbf0325887484d64313dc0eb50f1f Mon Sep 17 00:00:00 2001 From: Makuna Date: Sun, 19 Jul 2015 14:00:32 -0700 Subject: [PATCH] Remove unneeded Serial output --- libraries/Servo/src/esp8266/Servo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/Servo/src/esp8266/Servo.cpp b/libraries/Servo/src/esp8266/Servo.cpp index bbc7bb26f..e9fce77f1 100644 --- a/libraries/Servo/src/esp8266/Servo.cpp +++ b/libraries/Servo/src/esp8266/Servo.cpp @@ -165,9 +165,6 @@ uint8_t Servo::attach(int pin, int minUs, int maxUs) { ServoTimerSequence timerId; - Serial.print("_servoIndex "); - Serial.println(_servoIndex); - if (_servoIndex < MAX_SERVOS) { pinMode(pin, OUTPUT); // set servo pin to output digitalWrite(pin, LOW);