diff options
author | Thomas <tmashuang@gmail.com> | 2018-03-28 04:59:54 +0800 |
---|---|---|
committer | Thomas <tmashuang@gmail.com> | 2018-03-28 04:59:54 +0800 |
commit | ecbb59495af61d03187e10852be610cd71c076fb (patch) | |
tree | 1e56fb9cb36f45a63e01d740540655b2652e0106 | |
parent | 25eb917c600eeb6af46ff262e16fa54d5df9134d (diff) | |
download | tangerine-wallet-browser-ecbb59495af61d03187e10852be610cd71c076fb.tar.gz tangerine-wallet-browser-ecbb59495af61d03187e10852be610cd71c076fb.tar.zst tangerine-wallet-browser-ecbb59495af61d03187e10852be610cd71c076fb.zip |
Remove console.log
-rw-r--r-- | test/unit/currency-controller-test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/currency-controller-test.js b/test/unit/currency-controller-test.js index 63ab60f9e..73a97d120 100644 --- a/test/unit/currency-controller-test.js +++ b/test/unit/currency-controller-test.js @@ -45,7 +45,6 @@ describe('currency-controller', function () { currencyController.updateConversionRate() .then(function () { var result = currencyController.getConversionRate() - console.log('currencyController.getConversionRate:', result) assert.equal(typeof result, 'number') done() }).catch(function (err) { |