summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-19 23:00:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-19 23:00:41 +0200
commit1d1a6867589a8e71755624e1e9d9e8b95a5a1156 (patch)
tree35f54c5ad7edfb58af4c3a1db3e0dc8a83da9af6 /src/mainview.cpp
parentAdded UI option to configure the "Do Not Track" feature (diff)
downloadrekonq-1d1a6867589a8e71755624e1e9d9e8b95a5a1156.tar.xz
Calm down kDebug messages
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 587717f1..14b86704 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -395,7 +395,6 @@ void MainView::windowCloseRequested()
}
return;
}
- kDebug() << "Invalid tab index" << "line:" << __LINE__;
}
@@ -730,7 +729,6 @@ void MainView::detachTab(int index, MainWindow *toWindow)
WebTab *tab = webTab(index);
KUrl u = tab->url();
- kDebug() << "detaching tab with url: " << u;
if(u.scheme() == QL1S("about"))
{
closeTab(index);