diff --git a/ape/apeitem.cpp b/ape/apeitem.cpp index 1cc7950c..ef94b7ea 100644 --- a/ape/apeitem.cpp +++ b/ape/apeitem.cpp @@ -22,9 +22,6 @@ #include "apeitem.h" #include "tbytevectorlist.h" #include "tstringlist.h" -#include - -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"; } }