Removed debugging

This commit is contained in:
Gunnar Skjold
2024-01-26 19:15:56 +01:00
parent a2c20575c8
commit 1ba452213d
3 changed files with 0 additions and 40 deletions

View File

@@ -564,6 +564,5 @@ double AmsDataStorage::getEstimatedImportCounter() {
total += getHourImport(i);
}
double perHour = total / 24.0;
debugger->printf_P(PSTR("now: %lu, hours: %.4f, total: %lu, per hour: %.4f, %.4f\n"), now, hours, total, perHour, perHour * hours);
return (day.activeImport + (perHour * hours)) / 1000.0;
}