rm debug log

This commit is contained in:
Denis Mishin 2023-08-15 20:56:34 -04:00
parent 01c17844df
commit 45556d0193
2 changed files with 2 additions and 9 deletions

View file

@ -30,7 +30,6 @@ func (c *service) SyncLoop(ctx context.Context) error {
for {
dur := c.periodicUpdateInterval.Load()
ticker.Reset(dur)
log.Ctx(ctx).Info().Str("duration", dur.String()).Msg("*** next sync cycle ***")
select {
case <-ctx.Done():