summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-19 21:57:37 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-19 21:57:37 +0200
commit65ae19a8e4db9f6904ae76840fcd54368a6cb6d1 (patch)
treee8b511330b0e7f81297490c45b46f5410aaf0349
parent8437abdf435233fc0490e063bda30c7daa00e50b (diff)
removed debug printf from junklib
-rw-r--r--junklib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/junklib.c b/junklib.c
index 2ccba766..0ec95cef 100644
--- a/junklib.c
+++ b/junklib.c
@@ -872,7 +872,6 @@ junk_apev2_read_full_mem (playItem_t *it, DB_apev2_tag_t *tag_store, char *mem,
int keysize = 0;
while (keysize <= 255 && mem < end) {
key[keysize] = *mem;
- printf ("%c(%x)\n", *mem, *mem);
mem++;
if (key[keysize] == 0) {
break;