logging cleanup

This commit is contained in:
Joel Wetzell
2025-12-26 10:08:24 -06:00
parent f1dff33704
commit e96913230b
17 changed files with 36 additions and 37 deletions

View File

@@ -56,7 +56,7 @@ func (t *Timer) Run() error {
select {
case <-t.ctx.Done():
t.timer.Stop()
t.logger.Debug("router context done in module")
t.logger.Debug("done")
return nil
case time := <-t.timer.C:
if t.router != nil {