diff --git a/src/app/SAB.cpp b/src/app/SAB.cpp index f735c62..74744f9 100644 --- a/src/app/SAB.cpp +++ b/src/app/SAB.cpp @@ -69,7 +69,6 @@ PowerInfo SAB::getPowerInfo(const unsigned char nbOfMeasures) const for(;i < nbOfMeasures;i++) { temp = analogRead(ADC); - Serial.println(temp); batteryMeasures += temp; }