From 1d1a6867589a8e71755624e1e9d9e8b95a5a1156 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 19 Jul 2011 23:00:41 +0200 Subject: Calm down kDebug messages --- src/urlbar/completionwidget.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/urlbar/completionwidget.cpp') diff --git a/src/urlbar/completionwidget.cpp b/src/urlbar/completionwidget.cpp index 1f697b19..00a04bda 100644 --- a/src/urlbar/completionwidget.cpp +++ b/src/urlbar/completionwidget.cpp @@ -299,9 +299,6 @@ bool CompletionWidget::eventFilter(QObject *obj, QEvent *ev) child = findChild(QString::number(_currentIndex)); if(child && _currentIndex != 0) //the completionwidget is visible and the user had press down { - kDebug() << "USING LISTITEM URL: " << child->url(); - kDebug() << "USING LISTITEM TITLE: " << child->text(); - //we can use the url of the listitem emit chosenUrl(child->url(), Rekonq::CurrentTab); } @@ -311,7 +308,6 @@ bool CompletionWidget::eventFilter(QObject *obj, QEvent *ev) UrlSearchList list = res.orderedSearchItems(); if(list.isEmpty()) { - kDebug() << "Url Search List EMPTY!!!"; emit chosenUrl(KUrl(_typedString), Rekonq::CurrentTab); } else -- cgit v1.2.1