From 4d14e3a4dd8a96a8bb37bae46f54965cceb13c36 Mon Sep 17 00:00:00 2001
From: Warren Dukes <warren.dukes@gmail.com>
Date: Tue, 1 Jun 2004 13:36:19 +0000
Subject: remove an errant AHHHH

git-svn-id: https://svn.musicpd.org/mpd/trunk@1284 09075e82-0dd4-0310-85a5-a0d7c8717e4f
---
 src/inputPlugins/mp3_plugin.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/inputPlugins')

diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c
index 0cf6d2662..3ba1d36a0 100644
--- a/src/inputPlugins/mp3_plugin.c
+++ b/src/inputPlugins/mp3_plugin.c
@@ -272,7 +272,6 @@ int decodeNextFrameHeader(mp3DecodeData * data, MpdTag ** tag) {
 		}
 #endif
 		if(MAD_RECOVERABLE((data->stream).error)) {
-			if(tag) printf("AHHH\n");
 			return DECODE_SKIP;
 		}
 		else {
-- 
cgit v1.2.3