From cd50355a4c90ed5b52cfd4365fa922f050921588 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 9 Sep 2004 23:49:49 +0000 Subject: [PATCH] Remove some annoying debuging code. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@345343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ape/apeitem.cpp | 4 ---- 1 file changed, 4 deletions(-) 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"; } }