Remove double debug

This commit is contained in:
Luca Beltrame 2015-08-25 16:49:52 +02:00
parent c9e79561ae
commit 842125bc0d

View file

@ -56,7 +56,6 @@ void runNextPostPageTest()
{
QObject::disconnect(testSvc->service(), &Danbooru::DanbooruServiceBase::postDownloadFinished,
testSvc, 0);
qDebug() << "--- NEXT POST PAGE TEST ---";
QObject::connect(testSvc->service(), &Danbooru::DanbooruServiceBase::postDownloadFinished,
testSvc, &runPoolTest);
qDebug() << "--- NEXT POST PAGE TEST ---";