summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 67a5f3b7..c2f00160 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -101,7 +101,6 @@ KUrl WebTab::url()
{
if(page() && page()->isOnRekonqPage())
{
- kDebug() << "REKONQ PAGE. URL = " << page()->loadingUrl();
return page()->loadingUrl();
}