diff options
Diffstat (limited to 'src/downloadManager.cpp')
| -rw-r--r-- | src/downloadManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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()); } |
