From: Lukáš Lalinský Date: Sat, 13 Oct 2012 07:11:20 +0000 (+0200) Subject: Remove useless debug print X-Git-Tag: v1.9~94^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e568e1019df6b8dc782c9fab34b8eaed1ee0bf13;p=taglib Remove useless debug print --- diff --git a/taglib/ogg/opus/opusfile.cpp b/taglib/ogg/opus/opusfile.cpp index 836f89c9..ecbc218d 100644 --- a/taglib/ogg/opus/opusfile.cpp +++ b/taglib/ogg/opus/opusfile.cpp @@ -119,8 +119,6 @@ void Opus::File::read(bool readProperties, Properties::ReadStyle propertiesStyle return; } - debug("starts with OpusTags"); - d->comment = new Ogg::XiphComment(commentHeaderData.mid(8)); if(readProperties)