diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c index 8473004a1a..fde7146a88 100644 --- a/apps/status.c +++ b/apps/status.c @@ -57,7 +57,6 @@ void status_draw(void) lcd_icon(ICON_BATTERY_3, false); - DEBUGF("vol: %d\n", volume); lcd_icon(ICON_VOLUME, true); if(volume > 10) lcd_icon(ICON_VOLUME_1, true); |