Remove spam

This commit is contained in:
Tobias Rundstrom 2006-03-04 16:28:47 -03:00
parent 7b5f4f5a38
commit 726826234b

View file

@ -97,7 +97,6 @@ XMMSHandler::medialib_entry_changed (XMMSResultValue<uint> *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<uint> *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));