Skip to content

Commit f8ec428

Browse files
committed
Remove print
1 parent 58193dc commit f8ec428

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/RTK_Everywhere/menuPP.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,6 @@ void updateLBand()
714714
// Stop L-Band is service is disabled
715715
else if (online.lband_gnss == true && pointPerfectLbandNeeded() == false)
716716
{
717-
Serial.println("\n\r Taking L-Band offline");
718-
719717
bool result = true;
720718

721719
GNSS_MOSAIC *mosaic = (GNSS_MOSAIC *)gnss;

0 commit comments

Comments
 (0)