diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:00:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:00:41 +0200 |
commit | 1d1a6867589a8e71755624e1e9d9e8b95a5a1156 (patch) | |
tree | 35f54c5ad7edfb58af4c3a1db3e0dc8a83da9af6 /src/clicktoflash.cpp | |
parent | Added UI option to configure the "Do Not Track" feature (diff) | |
download | rekonq-1d1a6867589a8e71755624e1e9d9e8b95a5a1156.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/clicktoflash.cpp')
-rw-r--r-- | src/clicktoflash.cpp | 4 |
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; |