]> git.sur5r.net Git - minitube/commitdiff
removed debug statement
authorFlavio <flavio@odisseo.local>
Mon, 28 Jan 2013 09:42:07 +0000 (10:42 +0100)
committerFlavio <flavio@odisseo.local>
Mon, 28 Jan 2013 09:42:07 +0000 (10:42 +0100)
src/downloaditem.cpp

index 7319fc3830bc487afe4ed321dce0a4e4bda8383a..0ff2396bd90f1583264c33771009a363d6ff613f 100644 (file)
@@ -159,7 +159,7 @@ void DownloadItem::metaDataChanged() {
     QVariant locationHeader = m_reply->header(QNetworkRequest::LocationHeader);
     if (locationHeader.isValid()) {
         m_url = locationHeader.toUrl();
-        qDebug() << "Redirecting to" << m_url;
+        // qDebug() << "Redirecting to" << m_url;
         tryAgain();
         return;
     }