From 4f8efa31d054c3fb9de11c740ae8286581765e0c Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Mar 2011 13:17:41 +0100 Subject: new fancy console for debugging, open/close with F4 --- src/downloadManager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/downloadManager.cpp') diff --git a/src/downloadManager.cpp b/src/downloadManager.cpp index 9b44a3d..039809a 100644 --- a/src/downloadManager.cpp +++ b/src/downloadManager.cpp @@ -72,7 +72,6 @@ void downloadManager::startNextDownload() /* get temporary filename from URL. */ QString tmp = url.path(); tmp.remove(0, tmp.lastIndexOf(QChar('/')) + 1); - if (debug) qDebug() << "Extracted " << tmp << "from " << url.toString(); /* check if filename exists on target file system */ QFileInfo fi(downloadPath + "/" + tmp); @@ -87,8 +86,7 @@ void downloadManager::startNextDownload() if (debug) qDebug() << "Couldn't open file! Skipping..."; return; } - QString qs = QString(fi.absoluteFilePath() + ".\%1").arg(downloaded); - qDebug() << "TEST:" << qs; + /* send the request for the file */ QNetworkRequest request(url); currentDownload = qnam->get(request); -- cgit v1.2.3-55-g7522