aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_all.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 11:54:39 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 11:54:39 +0100
commit5b687795c499e9fef4eeed234552f1171a845a95 (patch)
tree7330792dae6ab9749120a9ac4ced1458b69a9c0a /src/mixer_all.c
parent7deade857733e2a38d2da926acfc69b235fa4d0f (diff)
mixer_all: removed debug message
Don't dump the volume of all mixers.
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;