git ssb

7+

dinoworm 🐛 / patchcore



Commit 13a42b9020d8fdd3d7cc9eb1b43f0a554166b3e1

remove console.log on feed.pull.mentions

Matt McKegg committed on 2/23/2017, 12:38:30 PM
Parent: ea455e3b341de7877370cfef7e2603b3f9bf1bd0

Files changed

feed/pull/mentions.jschanged
feed/pull/mentions.jsView
@@ -33,10 +33,9 @@
3333 msg.value.content.vote,
3434 msg.value.content.about,
3535 msg.value.content.contact
3636 ])
37- }),
38- pull.through(x => console.log())
37 + })
3938 )
4039
4140 if (take) {
4241 return pull(

Built with git-ssb-web