Remove log

This commit is contained in:
Dan Finlay 2017-06-15 13:31:37 -07:00
parent 0e1e0aa323
commit f87c5f8a14
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ AddTokenScreen.prototype.render = function () {
event.preventDefault() event.preventDefault()
var tokenSymbolEl = document.querySelector('input#token_symbol') var tokenSymbolEl = document.querySelector('input#token_symbol')
var tokenSymbol = tokenSymbolEl.value var tokenSymbol = tokenSymbolEl.value
console.log(tokenSymbol)
}, },
}, 'Add'), }, 'Add'),
]), ]),