Skip to content

Commit fcc8a83

Browse files
committed
Remove the 'already have synced to block XXX' log message
We run into this case, which is what I wanted to know. Don't want to see this forever.
1 parent 73926f6 commit fcc8a83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

shuttermint/keyper/observe/shutter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ func (shutter *Shutter) SyncToHead(ctx context.Context, shmcl client.Client) (*S
353353
return nil, err
354354
}
355355
if height == shutter.CurrentBlock {
356-
log.Printf("*** not syncing. already have synced to block %d", height)
357356
return shutter, nil
358357
}
359358
return shutter.SyncToHeight(ctx, shmcl, height)

0 commit comments

Comments
 (0)