From 5b687795c499e9fef4eeed234552f1171a845a95 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 14 Mar 2009 11:54:39 +0100 Subject: mixer_all: removed debug message Don't dump the volume of all mixers. --- src/mixer_all.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/mixer_all.c b/src/mixer_all.c index 34b16c4b7..bfbb9dfb2 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; -- cgit v1.2.3