aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer_all.c')
-rw-r--r--src/mixer_all.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mixer_all.c b/src/mixer_all.c
index 34b16c4b..bfbb9dfb 100644
--- a/src/mixer_all.c
+++ b/src/mixer_all.c
@@ -57,7 +57,6 @@ mixer_all_get_volume(void)
for (unsigned i = 0; i < count; i++) {
volume = output_mixer_get_volume(i);
- g_debug("device %d: volume=%d", i, volume);
if (volume >= 0) {
total += volume;
++ok;