diff options
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); |