diff options
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
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; } |