summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.c')
-rw-r--r--apps/status.c1
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)
57 lcd_icon(ICON_BATTERY_3, false); 57 lcd_icon(ICON_BATTERY_3, false);
58 58
59 59
60 DEBUGF("vol: %d\n", volume);
61 lcd_icon(ICON_VOLUME, true); 60 lcd_icon(ICON_VOLUME, true);
62 if(volume > 10) 61 if(volume > 10)
63 lcd_icon(ICON_VOLUME_1, true); 62 lcd_icon(ICON_VOLUME_1, true);