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 +- pages/timers.ecpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pages') 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?") ); diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 654484f..3e6f56d 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -39,7 +39,7 @@ static const size_t maximumDescriptionLength = 300; 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