From: Allan Sandfeld Jensen Date: Thu, 9 Sep 2004 23:49:49 +0000 (+0000) Subject: Remove some annoying debuging code. X-Git-Tag: v1.5~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd50355a4c90ed5b52cfd4365fa922f050921588;p=taglib Remove some annoying debuging code. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@345343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- 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"; } }