diff --git a/src/AmsData.cpp b/src/AmsData.cpp index 2b31a455..1f2c1e7f 100644 --- a/src/AmsData.cpp +++ b/src/AmsData.cpp @@ -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();