aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-03-28 04:59:54 +0800
committerThomas <tmashuang@gmail.com>2018-03-28 04:59:54 +0800
commitecbb59495af61d03187e10852be610cd71c076fb (patch)
tree1e56fb9cb36f45a63e01d740540655b2652e0106 /test
parent25eb917c600eeb6af46ff262e16fa54d5df9134d (diff)
downloadtangerine-wallet-browser-ecbb59495af61d03187e10852be610cd71c076fb.tar.gz
tangerine-wallet-browser-ecbb59495af61d03187e10852be610cd71c076fb.tar.zst
tangerine-wallet-browser-ecbb59495af61d03187e10852be610cd71c076fb.zip
Remove console.log
Diffstat (limited to 'test')
-rw-r--r--test/unit/currency-controller-test.js1
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) {