git ssb

7+

dinoworm 🐛 / patchcore



Commit a732bc2a78bd9ce1b2bff429591d2b85f9a86306

whoops, remove console.log

Matt McKegg committed on 6/27/2017, 7:39:07 AM
Parent: 095cf7418aa45150c4a2caa05dadf8e2233aa889

Files changed

message/async/name.jschanged
message/async/name.jsView
@@ -42,9 +42,8 @@
4242 var name = api.about.obs.socialValue(id, 'name')
4343 var title = api.about.obs.socialValue(id, 'title')
4444
4545 onceTrue(name.sync, () => {
46- console.log(id, resolve(name), resolve(title))
4746 cb(null, resolve(name) || resolve(title) || id.substring(0, 10) + '...')
4847 })
4948 }
5049 }

Built with git-ssb-web