git ssb

2+

Dominic / pull-stream



Commit f833aa7fc6ad5e8e6006868783012323577c9231

tidy

Dominic Tarr committed on 3/24/2013, 8:27:03 AM
Parent: c6af3c441f8bde3384e3ca604903bb01755e2fac

Files changed

sinks.jschanged
sinks.jsView
@@ -11,9 +11,8 @@
1111 var collect = exports.collect = exports.writeArray =
1212 function (read, cb) {
1313 return reduce(read, function (arr, item) {
1414 arr.push(item)
15- console.log(arr, item)
1615 return arr
1716 }, [], cb)
1817 }
1918

Built with git-ssb-web