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/mainwindow.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/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b21e7f0e..e4bddd1a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -710,7 +710,6 @@ void MainWindow::preferences() void MainWindow::updateActions() { - kDebug() << "updating actions.."; bool rekonqPage = currentTab()->page()->isOnRekonqPage(); QAction *historyBackAction = actionByName(KStandardAction::name(KStandardAction::Back)); @@ -1462,7 +1461,6 @@ void MainWindow::setUserAgent() KUrl url = currentTab()->url(); UserAgentInfo uaInfo; - kDebug() << "SETTING USER AGENT"; uaInfo.setUserAgentForHost(uaIndex, url.host()); currentTab()->page()->triggerAction(QWebPage::Reload); } @@ -1470,7 +1468,6 @@ void MainWindow::setUserAgent() void MainWindow::populateUserAgentMenu() { - kDebug() << "populating user agent menu..."; bool defaultUA = true; KUrl url = currentTab()->url(); |