From bd0b3ebb262cd1694c141e631b08c6c8fa32515d Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Sun, 12 Dec 2021 10:38:40 +0100 Subject: [PATCH] Removed debugging --- src/AmsData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();