Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
anhcao142 committed Jun 18, 2019
1 parent b125f19 commit 2e3f7f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function fromPrivateKeyDer(privateKeyDer) {
// converting bytes into hex-string that is node-forge-compliant
const privateKey = forge.util.bytesToHex(privateKeyBytes.getBytes());
// const publicKey = forge.util.bytesToHex(publicKeyBytes.getBytes());
console.log(privateKey);
return privateKey;
}

Expand Down

0 comments on commit 2e3f7f5

Please sign in to comment.