From 495a028da3493e07dbc8049c82048b706eff1197 Mon Sep 17 00:00:00 2001 From: Michael Helmling Date: Sun, 19 Feb 2012 15:14:59 +0100 Subject: [PATCH] removed debug messages --- taglib/mpeg/id3v2/frames/textidentificationframe.cpp | 1 - tests/test_id3v2.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp index d1336d22..3c3d4376 100644 --- a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp +++ b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp @@ -25,7 +25,6 @@ #include #include -#include #include "textidentificationframe.h" #include "tpropertymap.h" #include "id3v1genres.h" diff --git a/tests/test_id3v2.cpp b/tests/test_id3v2.cpp index 8de91707..ef92b44d 100644 --- a/tests/test_id3v2.cpp +++ b/tests/test_id3v2.cpp @@ -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());