Removed debugging Serial.println statement

This commit is contained in:
anschrammh 2019-03-16 19:49:39 +01:00
parent e7efa2d957
commit 8df64cb583

View File

@ -69,7 +69,6 @@ PowerInfo SAB::getPowerInfo(const unsigned char nbOfMeasures) const
for(;i < nbOfMeasures;i++) for(;i < nbOfMeasures;i++)
{ {
temp = analogRead(ADC); temp = analogRead(ADC);
Serial.println(temp);
batteryMeasures += temp; batteryMeasures += temp;
} }