diff options
author | bitpshr <mail@bitpshr.net> | 2018-04-13 05:06:59 +0800 |
---|---|---|
committer | bitpshr <mail@bitpshr.net> | 2018-04-14 05:56:28 +0800 |
commit | 7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc (patch) | |
tree | 3dfc333163401e3727b3f8b3d64aa65df2a89909 /ui/app/components/token-list.js | |
parent | 3afe76bcba5eb1b84c748b13b61d1a22bed40bd3 (diff) | |
download | tangerine-wallet-browser-7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc.tar.gz tangerine-wallet-browser-7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc.tar.zst tangerine-wallet-browser-7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc.zip |
Require loglevel singleton in each module that uses it
Diffstat (limited to 'ui/app/components/token-list.js')
-rw-r--r-- | ui/app/components/token-list.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/token-list.js b/ui/app/components/token-list.js index 150a3762d..4189cf801 100644 --- a/ui/app/components/token-list.js +++ b/ui/app/components/token-list.js @@ -6,6 +6,7 @@ const TokenTracker = require('eth-token-tracker') const TokenCell = require('./token-cell.js') const connect = require('react-redux').connect const selectors = require('../selectors') +const log = require('loglevel') function mapStateToProps (state) { return { |