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