Remove annoying debug print

This commit is contained in:
Daniel Svensson 2006-03-05 21:00:34 +01:00
parent f7c018c48c
commit 20c4c5625d

View file

@ -33,7 +33,6 @@ Skin::BuildPlaylist (void)
QPixmap tmp;
QPixmap *img = getPixmap ("pledit.bmp");
qDebug ("%d %d", img->size().width(), img->size().height());
m_playlist->insert (PLS_CORNER_UL_0, img->copy(0, 0, 25, 20));
m_playlist->insert (PLS_CORNER_UL_1, img->copy(0, 21, 25, 20));