Skip to content

Commit

Permalink
Removed redundant log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Jul 19, 2023
1 parent 6798ab1 commit 1bcba09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settlement/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func (b *BaseLayerClient) stateUpdatesHandler(ready chan bool) {
panic(err)
}
ready <- true
b.logger.Info("state updates handler ready")
for {
select {
case event := <-subscription.Out():
Expand Down

0 comments on commit 1bcba09

Please sign in to comment.