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

Commit 0659ea9

Browse files
committed
remove left-over debug print
1 parent 86e3df1 commit 0659ea9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SparkFun_Ublox_Arduino_Library.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ void SFE_UBLOX_GPS::processUBXpacket(ubxPacket *msg)
470470
break;
471471

472472
case UBX_CLASS_NAV:
473-
Serial.println("**************************************************");
474473
if (msg->id == UBX_NAV_PVT && msg->len == 92)
475474
{
476475
//Parse various byte fields into global vars

0 commit comments

Comments
 (0)