diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:00:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:00:41 +0200 |
commit | 1d1a6867589a8e71755624e1e9d9e8b95a5a1156 (patch) | |
tree | 35f54c5ad7edfb58af4c3a1db3e0dc8a83da9af6 /src/mainview.cpp | |
parent | Added UI option to configure the "Do Not Track" feature (diff) | |
download | rekonq-1d1a6867589a8e71755624e1e9d9e8b95a5a1156.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
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); |