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/opensearch/opensearchmanager.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/opensearch/opensearchmanager.cpp')
-rw-r--r-- | src/opensearch/opensearchmanager.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/opensearch/opensearchmanager.cpp b/src/opensearch/opensearchmanager.cpp index 05c2e116..3b960da7 100644 --- a/src/opensearch/opensearchmanager.cpp +++ b/src/opensearch/opensearchmanager.cpp @@ -37,7 +37,6 @@ #include "application.h" // KDE Includes -#include <KDebug> #include <KGlobal> #include <KStandardDirs> #include <KUrl> @@ -182,10 +181,6 @@ void OpenSearchManager::jobFinished(KJob *job) if (m_state == REQ_SUGGESTION) { const ResponseList suggestionsList = m_activeEngine->parseSuggestion(_typedText, m_jobData); - Q_FOREACH(const Response & r, suggestionsList) - { - kDebug() << r.title; - } emit suggestionsReceived(_typedText, suggestionsList); idleJob(); return; |