summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-16 00:19:52 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-16 00:19:52 +0100
commit32f62ad88c62d8abe494c21f7530c721c881c873 (patch)
tree6c99ed8cdd07f86d83c381c36a3b29f2a20d0597 /src/webtab.cpp
parentRemoved unused (?) lastTabClosed signal (diff)
downloadrekonq-32f62ad88c62d8abe494c21f7530c721c881c873.tar.xz
Calm down kDebug messages
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();
}