removed debug messages

This commit is contained in:
Michael Helmling 2012-02-19 15:14:59 +01:00
parent 23d303a896
commit 495a028da3
2 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
#include <tbytevectorlist.h>
#include <id3v2tag.h>
#include <tdebug.h>
#include "textidentificationframe.h"
#include "tpropertymap.h"
#include "id3v1genres.h"

View 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());