]> granicus.if.org Git - taglib/commitdiff
removed debug messages
authorMichael Helmling <helmling@mathematik.uni-kl.de>
Sun, 19 Feb 2012 14:14:59 +0000 (15:14 +0100)
committerMichael Helmling <helmling@mathematik.uni-kl.de>
Sun, 19 Feb 2012 14:15:25 +0000 (15:15 +0100)
taglib/mpeg/id3v2/frames/textidentificationframe.cpp
tests/test_id3v2.cpp

index d1336d22a91e48210601b5925d54494335903dc1..3c3d43763c50873534fbc49275e654ac998f29cc 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <tbytevectorlist.h>
 #include <id3v2tag.h>
-#include <tdebug.h>
 #include "textidentificationframe.h"
 #include "tpropertymap.h"
 #include "id3v1genres.h"
index 8de91707991228a7e04226990cfe4e1b752fe9b0..ef92b44ddb9949018de3835e8aa20e55815f74d6 100644 (file)
@@ -566,9 +566,7 @@ public:
     CPPUNIT_ASSERT_EQUAL(String("http://a.user.url"), dict["URL:USERURL"].front());
 
     CPPUNIT_ASSERT_EQUAL(String("http://a.user.url/with/empty/description"), dict["URL"].front());
-    debug(dict.toString());
     CPPUNIT_ASSERT_EQUAL(String("A COMMENT"), dict["COMMENT"].front());
-    debug("565");
 
     CPPUNIT_ASSERT_EQUAL(1u, dict.unsupportedData().size());
     CPPUNIT_ASSERT_EQUAL(String("UFID"), dict.unsupportedData().front());