diff options
Diffstat (limited to 'src/riff.c')
-rw-r--r-- | src/riff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/riff.c b/src/riff.c index 9af0a2127..4be96ac06 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; |