diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-13 14:02:51 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-13 14:04:01 +0800 |
commit | 8b5f2a95df45c24061c13c51ca874e933e743381 (patch) | |
tree | 94bf382f5376def561b39f0bae52626752801969 /app | |
parent | b64471833fc925899acb0e9d858624e978eb29af (diff) | |
download | tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar.gz tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar.bz2 tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar.lz tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar.xz tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.tar.zst tangerine-wallet-browser-8b5f2a95df45c24061c13c51ca874e933e743381.zip |
Improve styling in Confirmation Screen; Show decoded send token data
Diffstat (limited to 'app')
-rw-r--r-- | app/scripts/popup-core.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/scripts/popup-core.js b/app/scripts/popup-core.js index 94ba141bc..2e4334bb1 100644 --- a/app/scripts/popup-core.js +++ b/app/scripts/popup-core.js @@ -49,7 +49,6 @@ function setupControllerConnection (connectionStream, cb) { }) connectionStream.pipe(accountManagerDnode).pipe(connectionStream) accountManagerDnode.once('remote', function (accountManager) { - console.log({ accountManager }) // setup push events accountManager.on = eventEmitter.on.bind(eventEmitter) cb(null, accountManager) |