Skip to content

Commit 66df9c2

Browse files
committed
avoid printing tick in every second
1 parent 7a9872c commit 66df9c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/scheduler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func (s *Scheduler) Start() {
6666
fmt.Println("Scheduler Started")
6767
tick := time.Tick(s.Interval)
6868
for range tick {
69-
fmt.Println("tick")
7069
s.scheduleWorkflows(database.GetInstance())
7170
s.activateWorkflows(database.GetInstance())
7271
}

0 commit comments

Comments
 (0)