diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-09-11 03:39:50 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-09-11 03:39:50 +0800 |
commit | b1590f179e77d80193cc5e82d430c789c6fd816f (patch) | |
tree | c023d6cf49d1113212a2fde449b28b7841b2e0e0 /test/unit | |
parent | cdd367dc3989d89092c322279972ce5ee18c276e (diff) | |
download | tangerine-wallet-browser-b1590f179e77d80193cc5e82d430c789c6fd816f.tar tangerine-wallet-browser-b1590f179e77d80193cc5e82d430c789c6fd816f.tar.gz tangerine-wallet-browser-b1590f179e77d80193cc5e82d430c789c6fd816f.tar.bz2 tangerine-wallet-browser-b1590f179e77d80193cc5e82d430c789c6fd816f.tar.lz tangerine-wallet-browser-b1590f179e77d80193cc5e82d430c789c6fd816f.tar.xz tangerine-wallet-browser-b1590f179e77d80193cc5e82d430c789c6fd816f.tar.zst tangerine-wallet-browser-b1590f179e77d80193cc5e82d430c789c6fd816f.zip |
Remove log
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/idStore-test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/idStore-test.js b/test/unit/idStore-test.js index 4327013b3..28111a85e 100644 --- a/test/unit/idStore-test.js +++ b/test/unit/idStore-test.js @@ -118,7 +118,6 @@ describe('IdentityStore', function() { idStore.recoverFromSeed(password, assertion.seed, (err) => { assert.ifError(err) - console.log('comparing %s to %s', accounts[0], assertion.account) assert.equal(accounts[0], assertion.account) cb() }) |