diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mixer_all.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |