Skip to content

Commit

Permalink
Merge "[FAB-3728] MSPImpl generates a lot of log output"
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivasan Muralidharan authored and Gerrit Code Review committed May 8, 2017
2 parents 268d01a + 6ffc99c commit 87ab3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion msp/mspimpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ func (msp *bccspmsp) getCertificationChainForBCCSPIdentity(id *identity) ([]*x50

func (msp *bccspmsp) getValidationChain(cert *x509.Certificate) ([]*x509.Certificate, error) {
// ask golang to validate the cert for us based on the options that we've built at setup time
fmt.Printf("MSP [%v]", msp)
validationChain, err := cert.Verify(*(msp.opts))
if err != nil {
return nil, fmt.Errorf("The supplied identity is not valid, Verify() returned %s", err)
Expand Down

0 comments on commit 87ab3e3

Please sign in to comment.