summaryrefslogtreecommitdiff
path: root/timers.go
diff options
context:
space:
mode:
Diffstat (limited to 'timers.go')
-rw-r--r--timers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/timers.go b/timers.go
index 231d34f14..dd262e7d9 100644
--- a/timers.go
+++ b/timers.go
@@ -31,7 +31,6 @@ func InitTimers() {
Duration: msg.TimerStartDuration,
Cleared: false,
}
- // If this parameter is less than 10, a value of 10 is used
if t.Duration < 10 {
t.Duration = 10
}