Skip to content

Commit

Permalink
Fix: Remove debug output as it floods the console
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Dec 17, 2023
1 parent 84248ec commit 3288b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Hoymiles/src/Hoymiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void HoymilesClass::loop()
if (iv != nullptr && iv->getRadio()->isInitialized() && iv->getRadio()->isQueueEmpty()) {

if (iv->getZeroValuesIfUnreachable() && !iv->isReachable()) {
Hoymiles.getMessageOutput()->println("Set runtime data to zero");
iv->Statistics()->zeroRuntimeData();
}

Expand Down

0 comments on commit 3288b97

Please sign in to comment.