output/raop: remove excessive debug messages

This commit is contained in:
Max Kellermann
2011-08-24 01:36:00 +02:00
parent 350aa33022
commit 82f336a78f
2 changed files with 0 additions and 9 deletions

View File

@@ -66,7 +66,6 @@ static bool
raop_mixer_set_volume(struct mixer *mixer, unsigned volume, GError **error_r)
{
struct raop_mixer_plugin *rm = (struct raop_mixer_plugin *)mixer;
g_debug("raop_mixer_set_volume\n");
return raop_set_volume(rm->rd, volume, error_r);
}