From e568e1019df6b8dc782c9fab34b8eaed1ee0bf13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sat, 13 Oct 2012 09:11:20 +0200 Subject: [PATCH] Remove useless debug print --- taglib/ogg/opus/opusfile.cpp | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.50.1