aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/actions.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-13 14:02:51 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-13 14:04:01 +0800
commit8b5f2a95df45c24061c13c51ca874e933e743381 (patch)
tree94bf382f5376def561b39f0bae52626752801969 /ui/app/actions.js
parentb64471833fc925899acb0e9d858624e978eb29af (diff)
downloadtangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar.gz
tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar.zst
tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.zip
Improve styling in Confirmation Screen; Show decoded send token data
Diffstat (limited to 'ui/app/actions.js')
-rw-r--r--ui/app/actions.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/actions.js b/ui/app/actions.js
index 3ee11ddb5..c04808125 100644
--- a/ui/app/actions.js
+++ b/ui/app/actions.js
@@ -194,7 +194,6 @@ module.exports = actions
var background = null
function _setBackgroundConnection (backgroundConnection) {
background = backgroundConnection
- console.log({ background })
}
function goHome () {