]> granicus.if.org Git - taglib/commitdiff
Remove useless debug print
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 13 Oct 2012 07:11:20 +0000 (09:11 +0200)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 13 Oct 2012 07:11:20 +0000 (09:11 +0200)
taglib/ogg/opus/opusfile.cpp

index 836f89c933a61f8190cbc0fde142abc9deea560f..ecbc218d2e60c2e3ef27e9d210beb80d4ef59f9d 100644 (file)
@@ -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)