Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
message.js: Remove console.log in _sign()
Browse files Browse the repository at this point in the history
  • Loading branch information
justuswilhelm authored Jun 15, 2018
1 parent f0f7c8b commit 74ee6f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Message.prototype.magicHash = function magicHash() {
};

Message.prototype._sign = function _sign(privateKey) {
console.log(privateKey);
$.checkArgument(privateKey instanceof PrivateKey,
'First argument should be an instance of PrivateKey');
var hash = this.magicHash();
Expand Down

0 comments on commit 74ee6f3

Please sign in to comment.