Removed debugging

This commit is contained in:
Gunnar Skjold 2021-12-12 10:38:40 +01:00
parent 895a9bc6b1
commit bd0b3ebb26

View File

@ -22,7 +22,7 @@ void AmsData::apply(AmsData& other) {
counterEstimated = true;
}
} else {
Serial.printf("\nDeviation: %.4f\n", other.getActiveImportCounter() - activeImportCounter);
//Serial.printf("\nDeviation: %.4f\n", other.getActiveImportCounter() - activeImportCounter);
}
this->lastUpdateMillis = other.getLastUpdateMillis();