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/application.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/application.cpp')
-rw-r--r-- | src/application.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/application.cpp b/src/application.cpp index 69a3b0c9..8bca4f63 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -223,7 +223,6 @@ int Application::newInstance() break; case 2: // restore session sessionManager()->restoreSession(); - kDebug() << "session restored following settings"; break; default: newMainWindow()->homePage(); @@ -549,8 +548,6 @@ void Application::updateConfiguration() int minimumFontSize = ReKonfig::minFontSize(); int logDpiY = mainWindow()->currentTab()->view()->logicalDpiY(); - kDebug() << "Logical Dot per Inch Y: " << logDpiY; - float toPix = (logDpiY < 96.0) ? 96.0 / 72.0 : logDpiY / 72.0 ; |