mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Remove some annoying debuging code.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@345343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
a51d1cb117
commit
cd50355a4c
@ -22,9 +22,6 @@
|
||||
#include "apeitem.h"
|
||||
#include "tbytevectorlist.h"
|
||||
#include "tstringlist.h"
|
||||
#include <iostream>
|
||||
|
||||
using std::cout;
|
||||
|
||||
using namespace TagLib;
|
||||
using namespace APE;
|
||||
@ -130,7 +127,6 @@ void APE::Item::parse(const ByteVector& data) {
|
||||
if ((int)(d->type) < 2) {
|
||||
ByteVectorList bl = ByteVectorList::split(d->value, '\0');
|
||||
d->text = StringList(bl, String::UTF8);
|
||||
cout << d->text.toString(",") << "\n";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user