Skip to content

Commit

Permalink
Remove commented out code (#1158)
Browse files Browse the repository at this point in the history
Change-Id: I076fa51edf4dce7132da3cfe55e3d6a50064bb1c
Signed-off-by: yacovm <[email protected]>
  • Loading branch information
yacovm authored Apr 23, 2020
1 parent 8a65182 commit 4c10bce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msp/identities.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ func (id *identity) Verify(msg []byte, sig []byte) error {

// Serialize returns a byte array representation of this identity
func (id *identity) Serialize() ([]byte, error) {
// mspIdentityLogger.Infof("Serializing identity %s", id.id)

pb := &pem.Block{Bytes: id.cert.Raw, Type: "CERTIFICATE"}
pemBytes := pem.EncodeToMemory(pb)
if pemBytes == nil {
Expand Down

0 comments on commit 4c10bce

Please sign in to comment.