From 30c8c41ca7ff93449403d306b9aef4f55d6d8ced Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Thu, 10 Apr 2008 22:07:58 +0200 Subject: Commented out some debugging log statements to not clutter syslog with to much information. --- pages/edit_timer.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/edit_timer.ecpp') diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp index f1c6ca2..838629a 100644 --- a/pages/edit_timer.ecpp +++ b/pages/edit_timer.ecpp @@ -66,7 +66,7 @@ cTimer* timer; timer = 0; if ( !timerid.empty() ) { string tId = SortedTimers::DecodeDomId(timerid); - dsyslog("DEBUG: TIMER: tId = %s", tId.c_str()); + // dsyslog("DEBUG: TIMER: tId = %s", tId.c_str()); timer = timers.GetByTimerId(tId); if ( timer == 0 ) throw HtmlError( tr("Couldn't find timer. Maybe you mistyped your request?") ); -- cgit v1.2.3