Commit 6a631ddd398c0630663c0b5f8ad6631a15ae3a9f
remove console logs
Joran committed on 8/9/2017, 10:25:35 PMParent: 24cc1bbcdbe7eb74bfd8a4efd74ec1231bea7be6
Files changed
about/html/edit.js | changed |
about/html/edit.js | |||
---|---|---|---|
@@ -85,11 +85,8 @@ | |||
85 | 85 … | ||
86 | 86 … | var balances_div = h('div.balances') | |
87 | 87 … | ||
88 | 88 … | mutual.getAccountBalances(id, (error, balances) => { | |
89 | - console.log("balances") | ||
90 | - console.log(error) | ||
91 | - console.log(balances) | ||
92 | 89 … | if (balances == null) return '' | |
93 | 90 … | ||
94 | 91 … | var balance_els = []; | |
95 | 92 … | Object.keys(balances).forEach(function(key) { |
Built with git-ssb-web