Comment out extra-chatty debug message (#2715)
This commit is contained in:
co-authored by
GitHub
parent
c44986127e
commit
d29c975e3c
+1
-1
@@ -260,7 +260,7 @@ bool NMEAGPS::whileIdle()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
// if (_serial_gps->available() > 0)
|
// if (_serial_gps->available() > 0)
|
||||||
LOG_DEBUG("GPS Bytes Waiting: %u\n", _serial_gps->available());
|
// LOG_DEBUG("GPS Bytes Waiting: %u\n", _serial_gps->available());
|
||||||
// First consume any chars that have piled up at the receiver
|
// First consume any chars that have piled up at the receiver
|
||||||
while (_serial_gps->available() > 0) {
|
while (_serial_gps->available() > 0) {
|
||||||
int c = _serial_gps->read();
|
int c = _serial_gps->read();
|
||||||
|
|||||||
Reference in New Issue
Block a user