summaryrefslogtreecommitdiffstats
path: root/kalarm
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm')
-rw-r--r--kalarm/main.cpp2
1 files changed, 1 insertions, 1 deletions
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();