aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/id3_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/id3_extractor.c')
-rw-r--r--src/plugins/id3_extractor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/id3_extractor.c b/src/plugins/id3_extractor.c
index be399e0..575a328 100644
--- a/src/plugins/id3_extractor.c
+++ b/src/plugins/id3_extractor.c
@@ -272,7 +272,6 @@ EXTRACTOR_id3_extract (const char *data,
272 char track[16]; 272 char track[16];
273 int ret; 273 int ret;
274 274
275 fprintf (stderr, "called with %llu bytes\n", (unsigned long long) size);
276 if (OK != get_id3 (data, size, &info)) 275 if (OK != get_id3 (data, size, &info))
277 return 0; 276 return 0;
278 if (strlen (info.title) > 0) 277 if (strlen (info.title) > 0)