Fork of Semtech LoRaWAN stack
Fork of LoRaWAN-lib by
Diff: LoRaMac.cpp
- Branch:
- v4.2.0
- Revision:
- 10:be956b45a7ba
- Parent:
- 9:ad93de20d720
- Child:
- 11:507de2ecd2b3
--- a/LoRaMac.cpp Fri Aug 26 11:32:12 2016 -0400 +++ b/LoRaMac.cpp Fri Aug 26 11:37:55 2016 -0400 @@ -4069,9 +4069,6 @@ { // time off is remaining time until beginning of next period timeOff = ( period - elapsedTime ); - - DEBUG_LOG("%s: timeOff=%u, onAir=%u/%u, period=%u, uptime=%u", - __func__, timeOff, JoinAggTimeOnAir, onAirTimeMax, period, uptime); }