summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp2
1 files changed, 1 insertions, 1 deletions
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?") );