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

Commit 7cecac0

Browse files
authored
Merge pull request #94 from sparkfun/Removing_accidental_Serial_print
Removed accidental Serial.println (probably a very old diagnostic?)
2 parents 91fdca3 + d545a5d commit 7cecac0

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)