summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-06-12 16:04:07 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-06-12 16:13:08 +0200
commit278de55ad646130a388732309549c48b62a14b03 (patch)
tree2c700f523c96104aadfaf131a581d11f52d3ae46 /src/application.cpp
parentClean up urlbar code by removing duplicated code (diff)
downloadrekonq-278de55ad646130a388732309549c48b62a14b03.tar.xz
Cleans up
- set initial icon to have properly dimensions set - properly calculate needed icon's height - calm down some kDebug messages
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/application.cpp b/src/application.cpp
index c36aeeb8..9daf5fa2 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -200,7 +200,6 @@ int Application::newInstance()
{
isFirstLoad = false;
- kDebug() << "EXIT VALUE: " << exitValue;
return 0;
}
@@ -343,7 +342,6 @@ int Application::newInstance()
KStartupInfo::appStarted();
isFirstLoad = false;
- kDebug() << "EXIT VALUE: " << exitValue;
return 0;
}