diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-14 12:59:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-14 12:59:33 -0600 |
commit | 8f46aa66226698b3ab0d219f7fafe00b6412947c (patch) | |
tree | 14318ac53ff305bcef494287b21a0904c204bcdc | |
parent | 8289b3d242bc027c6174baaa9b40af784b614e35 (diff) | |
download | tdepim-8f46aa66226698b3ab0d219f7fafe00b6412947c.tar.gz tdepim-8f46aa66226698b3ab0d219f7fafe00b6412947c.zip |
Do not spew useless information to .xsession_errors on kalarm startup
This relates to Bug 1655
-rw-r--r-- | kalarm/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/main.cpp b/kalarm/main.cpp index df4fe048e..f29ec6735 100644 --- a/kalarm/main.cpp +++ b/kalarm/main.cpp @@ -124,7 +124,7 @@ int main(int argc, char *argv[]) } // This is the first time through - kdDebug(5950) << "[KAlarm] Initializing.\n"; + //kdDebug(5950) << "[KAlarm] Initializing.\n"; KAlarmApp* app = KAlarmApp::getInstance(); app->restoreSession(); return app->exec(); |