output: removed duplicate debug messages from plugins

The MPD core logs the audio format of all audio outputs.  Remove the
duplicate message from the plugins.
This commit is contained in:
Max Kellermann
2009-03-01 10:39:42 +01:00
parent e1b79479a5
commit 614fe8b341
4 changed files with 0 additions and 16 deletions

View File

@@ -144,7 +144,6 @@ static void
set_audioformat(struct jack_data *jd, struct audio_format *audio_format)
{
audio_format->sample_rate = jack_get_sample_rate(jd->client);
g_debug("samplerate = %u", audio_format->sample_rate);
audio_format->channels = 2;
if (audio_format->bits != 16 && audio_format->bits != 24)