Commit a732bc2a78bd9ce1b2bff429591d2b85f9a86306
whoops, remove console.log
Matt McKegg committed on 6/27/2017, 7:39:07 AMParent: 095cf7418aa45150c4a2caa05dadf8e2233aa889
Files changed
message/async/name.js | changed |
message/async/name.js | |||
---|---|---|---|
@@ -42,9 +42,8 @@ | |||
42 | 42 … | var name = api.about.obs.socialValue(id, 'name') | |
43 | 43 … | var title = api.about.obs.socialValue(id, 'title') | |
44 | 44 … | ||
45 | 45 … | onceTrue(name.sync, () => { | |
46 | - console.log(id, resolve(name), resolve(title)) | ||
47 | 46 … | cb(null, resolve(name) || resolve(title) || id.substring(0, 10) + '...') | |
48 | 47 … | }) | |
49 | 48 … | } | |
50 | 49 … | } |
Built with git-ssb-web