diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 12:31:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 12:31:45 +0200 |
commit | 01b66ef0da58dd9b26834be99ef8d5efac4aa26a (patch) | |
tree | 0ab10ddb33b4c268e2fd2faac6f85da127efcd06 /src/webpage.cpp | |
parent | inlined "abused" function and removed 2 unuseful calls to updateTabBar (diff) | |
download | rekonq-01b66ef0da58dd9b26834be99ef8d5efac4aa26a.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index a7523c19..5fe03113 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -578,11 +578,10 @@ void WebPage::manageNetworkErrors(QNetworkReply *reply) return; case QNetworkReply::ContentAccessDenied: // access to remote content denied (similar to HTTP error 401) - kDebug() << "We (hopefully) are managing this through the adblock :)"; break; case QNetworkReply::UnknownNetworkError: // unknown network-related error detected - kDebug() << "------------------ DO WE REALLY NEED THIS??? --------------------"; + // FIXME: DO WE REALLY NEED THIS??? _protHandler.postHandling(reply->request(), frame); return; |