From b50c681d6fac718f65abf58057889fcbe9b6aa10 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sat, 5 Mar 2011 20:42:59 +0100 Subject: help fixed, misc cleanups... --- src/DownloadManager.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/DownloadManager.cpp') diff --git a/src/DownloadManager.cpp b/src/DownloadManager.cpp index dc2502f..5bb5387 100644 --- a/src/DownloadManager.cpp +++ b/src/DownloadManager.cpp @@ -29,7 +29,6 @@ void DownloadManager::startNextDownload() qDebug() << "Starting next download: " << dlQ.head().toString() << "(" << dlQ.size() << "in queue.)"; - // TODO: needed ? if (dlQ.isEmpty()) { qDebug() << "Download queue empty! Exiting..."; @@ -37,7 +36,6 @@ void DownloadManager::startNextDownload() } // Dequeue next URL to download. QUrl url = dlQ.dequeue(); - //qDebug() << "Dequeueing..." << url.toString(); // Extract the filename from the URL QString path = url.path(); QString basename = QFileInfo(path).fileName(); @@ -53,7 +51,6 @@ void DownloadManager::startNextDownload() startNextDownload(); return; } - qDebug() << "spot 1"; // Start the request for this URL. QNetworkRequest request(url); currentDownload = qnam->get(request); -- cgit v1.2.3-55-g7522