From 482114936f3f0ee773b0fb5bd2d114787b47235d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Mar 2011 01:27:05 +0100 Subject: -test code --- src/downloadManager.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/downloadManager.cpp') diff --git a/src/downloadManager.cpp b/src/downloadManager.cpp index 25f012a..239bbea 100644 --- a/src/downloadManager.cpp +++ b/src/downloadManager.cpp @@ -101,9 +101,7 @@ void downloadManager::startNextDownload() void downloadManager::processMetaInfo(){ const QByteArray cltag = "Content-Length"; QByteArray clinfo = currentDownload->rawHeader(cltag); - qDebug() << "feel spammy?"; if (!infoSent){ - if (debug) qDebug() << "MetaChanged: " << outfile.fileName() << ""; QFileInfo fi(outfile); emit downloadInfo(outfile.fileName(), clinfo.toDouble()); infoSent = true; @@ -112,8 +110,6 @@ void downloadManager::processMetaInfo(){ // ---------------------------------------------------------------------------------------- void downloadManager::downloadReady() { - /* Send file information */ - /* Data ready, save it */ outfile.write(currentDownload->readAll()); } -- cgit v1.2.3-55-g7522