Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Sep 20, 2024
1 parent 460ce11 commit 12d951f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connection_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func newConnectionProvider(
// Connect to the seed nodes.
err := cp.connectToSeeds(ctx)
if err != nil {
cp.Close()
logger.Error("failed to connect to seeds", slog.Any("error", err))
return nil, err
}
Expand Down

0 comments on commit 12d951f

Please sign in to comment.