From f45b08586dc0109af3664a36623f2f55f70f78bc Mon Sep 17 00:00:00 2001 From: bnnm Date: Sun, 22 Apr 2018 02:17:42 +0200 Subject: [PATCH] Less debug --- src/meta/ogg_vorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/ogg_vorbis.c b/src/meta/ogg_vorbis.c index 46929283..67d21149 100644 --- a/src/meta/ogg_vorbis.c +++ b/src/meta/ogg_vorbis.c @@ -515,7 +515,7 @@ VGMSTREAM * init_vgmstream_ogg_vorbis_callbacks(STREAMFILE *streamFile, ov_callb } } - ;VGM_LOG("OGG: user_comment=%s\n", user_comment); + //;VGM_LOG("OGG: user_comment=%s\n", user_comment); } }