Remove leftover debug

This commit is contained in:
craig.p.drummond
2013-07-18 14:54:37 +00:00
committed by craig.p.drummond
parent 01080397e4
commit 60f6fabcf4

View File

@@ -289,7 +289,7 @@ void OnlineService::removeCache()
QFile::remove(cn);
}
}
#include <QDebug>
void OnlineService::applyUpdate()
{
if (update) {
@@ -314,7 +314,6 @@ void OnlineService::applyUpdate()
m_model->endRemoveRows();
}
int newCount=newRows();
qWarning() << data() << newRows();
if (newCount>0) {
m_model->beginInsertRows(index(), 0, newCount-1);
foreach (MusicLibraryItem *item, update->childItems()) {