Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Xie committed Oct 26, 2014
1 parent 1751fbc commit e2f5d16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

@updateAccount = (event, data) ->
for currency, account of data
console.log 'update account', currency, account
amount = (new BigNumber(account.locked)).plus(new BigNumber(account.balance))
@$node.find("tr.#{currency} span.amount").text(round(amount, 2))
@$node.find("tr.#{currency} span.locked").text(round(account.locked, 2))
Expand Down

0 comments on commit e2f5d16

Please sign in to comment.