Skip to content

Commit

Permalink
[FAB-8781] Remove incorrect error log line
Browse files Browse the repository at this point in the history
Change-Id: I11218ee6d674100ff06ac122e8e7b03453d2da85
Signed-off-by: Troy Ronda <[email protected]>
  • Loading branch information
troyronda committed Mar 13, 2018
1 parent 3cc50db commit cc87976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/fab/orderer/orderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func New(config core.Config, opts ...Option) (*Orderer, error) {
// WithURL is a functional option for the orderer.New constructor that configures the orderer's URL.
func WithURL(url string) Option {
return func(o *Orderer) error {
logger.Errorf("url [%s]", url)
o.url = url

return nil
Expand Down

0 comments on commit cc87976

Please sign in to comment.