Commit 02dda8b577a485201ca2751fd2b34170d92b1897
rollup: remove dead code
Matt McKegg committed on 10/28/2017, 9:47:05 AMParent: ab21ee3d4f6cfce36cbd6de47d73b4583aeccd52
Files changed
modules/feed/html/rollup.js | changed |
modules/feed/html/rollup.js | ||
---|---|---|
@@ -231,13 +231,8 @@ | ||
231 | 231 | ]) |
232 | 232 | } |
233 | 233 | }) |
234 | 234 | |
235 | - function names (ids) { | |
236 | - var items = map(Array.from(ids), api.about.obs.name) | |
237 | - return computed([items], (names) => names.map((n) => `- ${n}`).join('\n')) | |
238 | - } | |
239 | - | |
240 | 235 | function LookupRoot () { |
241 | 236 | return paramap((msg, cb) => { |
242 | 237 | var rootId = api.message.sync.root(msg) |
243 | 238 | if (rootId) { |
Built with git-ssb-web