Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Sep 26, 2023
1 parent 6734a9b commit dd1d05b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions period.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package synchro

import (
"fmt"
"log"
"reflect"
"time"

Expand Down Expand Up @@ -62,7 +61,6 @@ func (iter *periodIterator[T]) Next() bool {
return true
}
iter.current = iter.current.Add(iter.period.duration)
log.Println(iter.period.end)
return iter.current.Compare(iter.period.end) <= 0
}

Expand Down

0 comments on commit dd1d05b

Please sign in to comment.