Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx committed Nov 26, 2024
1 parent 3983b96 commit c9fe7d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/connectionmanager/connection_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ func dial(log logger.Logger, resolver Resolver, conf amqp.Config) (*amqp.Connect
if err == nil {
return conn, err
}

// Log masked url
log.Warnf("failed to connect to amqp server %s: %v", maskPassword(url), err)
errs = append(errs, err)
}
Expand Down

0 comments on commit c9fe7d9

Please sign in to comment.