summaryrefslogtreecommitdiff
path: root/src/clicktoflash.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-19 23:00:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-19 23:00:41 +0200
commit1d1a6867589a8e71755624e1e9d9e8b95a5a1156 (patch)
tree35f54c5ad7edfb58af4c3a1db3e0dc8a83da9af6 /src/clicktoflash.cpp
parentAdded UI option to configure the "Do Not Track" feature (diff)
downloadrekonq-1d1a6867589a8e71755624e1e9d9e8b95a5a1156.tar.xz
Calm down kDebug messages
Diffstat (limited to 'src/clicktoflash.cpp')
-rw-r--r--src/clicktoflash.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/clicktoflash.cpp b/src/clicktoflash.cpp
index 982c8143..70825685 100644
--- a/src/clicktoflash.cpp
+++ b/src/clicktoflash.cpp
@@ -106,10 +106,6 @@ void ClickToFlash::load()
bool ClickToFlash::checkElement(QWebElement el)
{
- // check these two values..
- kDebug() << "src: " << QUrl(el.attribute("src"));
- kDebug() << "url: " << m_url;
-
QString checkString;
QString urlString;