Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit d545a5d

Browse files
committed
Removed accidental Serial.println
1 parent 91fdca3 commit d545a5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/SparkFun_Ublox_Arduino_Library.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ void SFE_UBLOX_GPS::processUBX(uint8_t incoming, ubxPacket *incomingUBX)
698698
{
699699
_debugSerial->println(F("processUBX: counter hit MAX_PAYLOAD_SIZE"));
700700
}
701-
Serial.println(F("processUBX: counter hit MAX_PAYLOAD_SIZE"));
702701
}
703702
}
704703

0 commit comments

Comments
 (0)