aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-list.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/token-list.js')
-rw-r--r--ui/app/components/token-list.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/token-list.js b/ui/app/components/token-list.js
index bbdb71c7e..907793026 100644
--- a/ui/app/components/token-list.js
+++ b/ui/app/components/token-list.js
@@ -9,8 +9,6 @@ const selectors = require('../selectors')
const log = require('loglevel')
function mapStateToProps (state) {
- // In order to get `imageUrl` from token added with `eth_watchToken`
- // TODO do this with cache memory for browsers, add support for image object, var names
return {
network: state.metamask.network,
tokens: state.metamask.tokens,