Skip to content

Commit 71f92eb

Browse files
committed
Remove left over Serial print outs
1 parent 24b1533 commit 71f92eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/LoRa.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ int LoRaClass::parsePacket(int size)
157157
int packetLength = 0;
158158
int irqFlags = readRegister(REG_IRQ_FLAGS);
159159

160-
Serial.print("irqFlags ");
161-
Serial.println(irqFlags, HEX);
162-
163160
if (size > 0) {
164161
implicitHeaderMode();
165162

0 commit comments

Comments
 (0)