Commit f65200f8d6d564401073c310907bd40d48e5da79
whoops, remove console.log
Matt McKegg committed on 7/10/2017, 7:22:27 AMParent: 348b30605149d3cc90a81ff2b0a7163f874da006
Files changed
sbot/live-backlinks.js | changed |
sbot/live-backlinks.js | |||
---|---|---|---|
@@ -3,13 +3,11 @@ | |||
3 | 3 … | var subscriptions = new Set() | |
4 | 4 … | return { | |
5 | 5 … | subscribe: function (id) { | |
6 | 6 … | subscriptions.add(id) | |
7 | - console.log('subscribe', id) | ||
8 | 7 … | }, | |
9 | 8 … | unsubscribe: function (id) { | |
10 | 9 … | subscriptions.delete(id) | |
11 | - console.log('unsubscribe', id) | ||
12 | 10 … | }, | |
13 | 11 … | stream: function (id) { | |
14 | 12 … | return pull( | |
15 | 13 … | ssb.backlinks.read({old: false, index: 'DTS'}), |
Built with git-ssb-web