From 726826234b3e68e4bf03a5644d34aaaf3aabd5a8 Mon Sep 17 00:00:00 2001 From: Tobias Rundstrom Date: Sat, 4 Mar 2006 16:28:47 -0300 Subject: [PATCH] Remove spam --- XMMSHandler.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/XMMSHandler.cpp b/XMMSHandler.cpp index 058a15c..ff510b5 100644 --- a/XMMSHandler.cpp +++ b/XMMSHandler.cpp @@ -97,7 +97,6 @@ XMMSHandler::medialib_entry_changed (XMMSResultValue *res) void XMMSHandler::playlistAddURL (QString s) { - qDebug ("%s", s.toAscii ().constData ()); delete m_xmmsc->playlist_add (s.toAscii ().constData ()); } @@ -177,8 +176,6 @@ XMMSHandler::playback_current_id (XMMSResultValue *res) m_currentid = i; - qDebug ("currentid = %d", m_currentid); - if (i > 0) { XMMSResultDict *r = m_xmmsc->medialib_get_info (i); r->connect (sigc::mem_fun (this, &XMMSHandler::medialib_info));