From 1d1a6867589a8e71755624e1e9d9e8b95a5a1156 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 19 Jul 2011 23:00:41 +0200 Subject: Calm down kDebug messages --- src/application.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/application.cpp') 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 ; -- cgit v1.2.1