From 8f46aa66226698b3ab0d219f7fafe00b6412947c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Nov 2013 12:59:33 -0600 Subject: Do not spew useless information to .xsession_errors on kalarm startup This relates to Bug 1655 --- kalarm/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm') diff --git a/kalarm/main.cpp b/kalarm/main.cpp index df4fe048..f29ec673 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(); -- cgit v1.2.3