diff options
Diffstat (limited to 'firmware/mp3data.c')
-rw-r--r-- | firmware/mp3data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mp3data.c b/firmware/mp3data.c index de204e04f3..bfdb098261 100644 --- a/firmware/mp3data.c +++ b/firmware/mp3data.c @@ -402,7 +402,7 @@ int get_mp3file_info(int fd, struct mp3info *info) { int i = 8; /* Where to start parsing info */ - DEBUGF("Xing/Info header\n"); + /* DEBUGF("Xing/Info header\n"); */ /* Remember where in the file the Xing header is */ info->vbr_header_pos = lseek(fd, 0, SEEK_CUR) - info->frame_size; |