diff options
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 3e173d93..1cf003e9 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -550,7 +550,6 @@ void MainView::webViewIconChanged() if (-1 != index) { - kDebug() << "TAB URL: " << tab->url(); KIcon icon = Application::iconManager()->iconForUrl(tab->url()); QLabel *label = animatedLoading(index, false); QMovie *movie = label->movie(); |