diff --git a/src/station_utils.cpp b/src/station_utils.cpp index 6ab6fc8..78620fb 100644 --- a/src/station_utils.cpp +++ b/src/station_utils.cpp @@ -176,9 +176,6 @@ namespace STATION_Utils { } else { txInterval = min(currentBeacon->slowRate, currentBeacon->fastSpeed * currentBeacon->fastRate / speed) * 1000; } - // - Serial.print("intervalo = "); Serial.println(txInterval); - // } }