decoder_control: remove MixRamp debug messages

These are confusing, and since MixRamp development has ceased, not
useful to anybody.
This commit is contained in:
Max Kellermann
2012-09-25 11:08:16 +02:00
parent c93a28c641
commit ba6ef53ef9
4 changed files with 4 additions and 10 deletions

View File

@@ -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. */