diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-16 00:19:52 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-16 00:19:52 +0100 |
commit | 32f62ad88c62d8abe494c21f7530c721c881c873 (patch) | |
tree | 6c99ed8cdd07f86d83c381c36a3b29f2a20d0597 /src/webtab.cpp | |
parent | Removed unused (?) lastTabClosed signal (diff) | |
download | rekonq-32f62ad88c62d8abe494c21f7530c721c881c873.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 1 |
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(); } |