diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 11:08:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 11:08:16 +0200 |
commit | ba6ef53ef95dfd48ce0e5dd161b3199b431044ed (patch) | |
tree | f0667d38b74b8e59789920a658d4b3322b9a7e02 /src/decoder_thread.c | |
parent | c93a28c641be7c89fee5a00f11cbfec14d8f71d8 (diff) | |
download | mpd-ba6ef53ef95dfd48ce0e5dd161b3199b431044ed.tar.gz mpd-ba6ef53ef95dfd48ce0e5dd161b3199b431044ed.tar.xz mpd-ba6ef53ef95dfd48ce0e5dd161b3199b431044ed.zip |
decoder_control: remove MixRamp debug messages
These are confusing, and since MixRamp development has ceased, not
useful to anybody.
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index 1440fc272..af80ed45b 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -468,7 +468,6 @@ decoder_task(gpointer arg) switch (dc->command) { case DECODE_COMMAND_START: - g_debug("clearing mixramp tags"); dc_mixramp_start(dc, NULL); dc_mixramp_prev_end(dc, dc->mixramp_end); dc->mixramp_end = NULL; /* Don't free, it's copied above. */ |