mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 15:34:30 -04:00
Remove useless debug print
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user