Do not spew useless information to .xsession_errors on kalarm startup

This relates to Bug 1655
pull/21/head
Timothy Pearson 11 years ago
parent 8289b3d242
commit 8f46aa6622

@ -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();

Loading…
Cancel
Save