git ssb

16+

Dominic / patchbay



Commit 80fc61f135b9e7c58b08eb7138236ca86ece0418

rm console.log

mix irving committed on 9/7/2017, 4:26:14 AM
Parent: ae00eb7faf88f143a241e7dc3f0bfb6d6c6a55a3

Files changed

about/html/edit.jschanged
about/html/edit.jsView
@@ -91,9 +91,8 @@
9191 if (balances == null) return ''
9292
9393 var balance_els = [];
9494 Object.keys(balances).forEach(function(key) {
95- console.log(key)
9695 balances_div.appendChild(
9796 h('div', `💰 ${balances[key]} ${key}`)
9897 )
9998 });

Built with git-ssb-web