]> granicus.if.org Git - taglib/commitdiff
Remove some annoying debuging code.
authorAllan Sandfeld Jensen <kde@carewolf.com>
Thu, 9 Sep 2004 23:49:49 +0000 (23:49 +0000)
committerAllan Sandfeld Jensen <kde@carewolf.com>
Thu, 9 Sep 2004 23:49:49 +0000 (23:49 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@345343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

ape/apeitem.cpp

index 1cc7950c48387f9eddff1c6aaf8cec04e4b80baa..ef94b7ea56cabf46de67169e0ed01bd6400d000c 100644 (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";
   }
 
 }