aboutsummaryrefslogtreecommitdiff
path: root/src/riff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/riff.c')
-rw-r--r--src/riff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/riff.c b/src/riff.c
index 9af0a212..4be96ac0 100644
--- a/src/riff.c
+++ b/src/riff.c
@@ -86,8 +86,6 @@ riff_seek_id3(FILE *file)
/* pad byte */
++size;
- g_debug("chunk='%.4s' size=%zu\n", chunk.id, size);
-
if (memcmp(chunk.id, "id3 ", 4) == 0)
/* found it! */
return size;