Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
remove console.log from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
willclarktech committed Jul 4, 2017
1 parent 4d783d6 commit c9ec0f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/transactions/multisignature.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ describe('multisignature.js', function () {
var pubKey = lisk.crypto.getPrivateAndPublicKeyFromSecret(secret).publicKey;

(msigTransaction2.requesterPublicKey).should.be.equal(pubKey);

console.log(msigTransaction2);

});


Expand Down

0 comments on commit c9ec0f2

Please sign in to comment.