We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73926f6 commit fcc8a83Copy full SHA for fcc8a83
1 file changed
shuttermint/keyper/observe/shutter.go
@@ -353,7 +353,6 @@ func (shutter *Shutter) SyncToHead(ctx context.Context, shmcl client.Client) (*S
353
return nil, err
354
}
355
if height == shutter.CurrentBlock {
356
- log.Printf("*** not syncing. already have synced to block %d", height)
357
return shutter, nil
358
359
return shutter.SyncToHeight(ctx, shmcl, height)
0 commit comments