Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove commented out code #1158

Merged
merged 1 commit into from
Apr 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove commented out code
Change-Id: I076fa51edf4dce7132da3cfe55e3d6a50064bb1c
Signed-off-by: yacovm <yacovm@il.ibm.com>
  • Loading branch information
yacovm committed Apr 23, 2020
commit 33a51f16520bed79139350cc2ce819e521099507
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