diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-20 03:47:44 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-20 03:47:44 +0800 |
commit | 376ae032fedb99d22b7c71438ec9482d2013c78e (patch) | |
tree | 182064835bbcb717b5494bd545330f36b7f383a6 /ui/app/app.js | |
parent | d3f923efefef893db31c18aa4ff4e2488a5b6448 (diff) | |
download | tangerine-wallet-browser-376ae032fedb99d22b7c71438ec9482d2013c78e.tar tangerine-wallet-browser-376ae032fedb99d22b7c71438ec9482d2013c78e.tar.gz tangerine-wallet-browser-376ae032fedb99d22b7c71438ec9482d2013c78e.tar.bz2 tangerine-wallet-browser-376ae032fedb99d22b7c71438ec9482d2013c78e.tar.lz tangerine-wallet-browser-376ae032fedb99d22b7c71438ec9482d2013c78e.tar.xz tangerine-wallet-browser-376ae032fedb99d22b7c71438ec9482d2013c78e.tar.zst tangerine-wallet-browser-376ae032fedb99d22b7c71438ec9482d2013c78e.zip |
Fix selectors
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index de6a06a58..cf82248e4 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -207,7 +207,6 @@ App.prototype.renderAppBar = function () { if (window.METAMASK_UI_TYPE === 'notification') { return null } - console.log(this.props) return ( h('.full-width', { |