Skip to content

Commit 1b99e16

Browse files
committed
Remove debug print
1 parent 4bf85b5 commit 1b99e16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/RTK_Everywhere/UM980.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,6 @@ uint8_t um980GetActiveNmeaMessageCount()
893893
// Return true if the GPGGA message is active
894894
bool um980IsGgaActive()
895895
{
896-
Serial.printf("Nmea test: %d\r\n", um980GetNmeaMessageNumberByName("GPGGA"));
897-
898896
if (settings.um980MessageRatesNMEA[um980GetNmeaMessageNumberByName("GPGGA")] > 0)
899897
return (true);
900898
return (false);

0 commit comments

Comments
 (0)