Commit 5b687795 authored by Max Kellermann's avatar Max Kellermann

mixer_all: removed debug message

Don't dump the volume of all mixers.
parent 7deade85
...@@ -57,7 +57,6 @@ mixer_all_get_volume(void) ...@@ -57,7 +57,6 @@ mixer_all_get_volume(void)
for (unsigned i = 0; i < count; i++) { for (unsigned i = 0; i < count; i++) {
volume = output_mixer_get_volume(i); volume = output_mixer_get_volume(i);
g_debug("device %d: volume=%d", i, volume);
if (volume >= 0) { if (volume >= 0) {
total += volume; total += volume;
++ok; ++ok;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment