Skip to content

Commit 9871f07

Browse files
authored
Removed Serial.print() calls
1 parent 22abde6 commit 9871f07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/arduino_lorawan_cEventLog.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ Arduino_LoRaWAN::cEventLog::processSingleEvent()
9494

9595
auto const pEvent = &this->m_queue[this->m_head];
9696

97-
Serial.print(osticks2ms(pEvent->time));
98-
Serial.print(" ms:");
9997
pEvent->pCallBack(pEvent);
100-
Serial.println();
10198

10299
if (++m_head == sizeof(m_queue) / sizeof(m_queue[0]))
103100
{

0 commit comments

Comments
 (0)