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:
Allan Sandfeld Jensen 2004-09-09 23:49:49 +00:00
parent a51d1cb117
commit cd50355a4c

View File

@ -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";
}
}