Remove DEBUG logging
This commit is contained in:
@ -70,7 +70,7 @@ bool mgos_barometer_mpl3115_read(struct mgos_barometer *dev) {
|
||||
return false;
|
||||
}
|
||||
mgos_usleep(10000);
|
||||
LOG(LL_DEBUG, ("Snoozing, retries=%d", retries));
|
||||
// LOG(LL_DEBUG, ("Snoozing, retries=%d", retries));
|
||||
retries--;
|
||||
}
|
||||
if (retries==0) {
|
||||
|
Reference in New Issue
Block a user