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