summaryrefslogtreecommitdiff
path: root/src/homepage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-25 00:22:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-25 00:22:43 +0200
commit067f449de439a1c2ad3f3f9064e14cd57a55d00b (patch)
tree12fa19d823e8537dcddafdab9c591d1385d8e16c /src/homepage.cpp
parentRemoving thumbs files on tableWidget changes && removing some (diff)
downloadrekonq-067f449de439a1c2ad3f3f9064e14cd57a55d00b.tar.xz
Cleaning some unuseful kDebug(s)...
Diffstat (limited to 'src/homepage.cpp')
-rw-r--r--src/homepage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/homepage.cpp b/src/homepage.cpp
index e1a31dd3..75aa318e 100644
--- a/src/homepage.cpp
+++ b/src/homepage.cpp
@@ -93,7 +93,6 @@ QString HomePage::speedDial()
QStringList names = ReKonfig::previewNames();
QStringList urls = ReKonfig::previewUrls();
- kDebug() << urls;
QString speed = QString();
for(int i = 0; i< urls.count(); ++i)
{