git ssb

0+

Dominic / ssb-ooo



Commit cb4321af23bded36cc76a4088cd515b5045aeee8

remove logging

Dominic Tarr committed on 11/8/2017, 1:03:21 AM
Parent: a56669393bf54c55122d12bfbd085f7cf7ff2413

Files changed

index.jschanged
index.jsView
@@ -66,16 +66,14 @@
6666 var cb = args[1]
6767 if(id.raw) fn(id.id, cb)
6868 else
6969 fn(id, function (err, value) {
70- console.log("GOT", id, err, value)
7170 if(!err) cb(null, value)
7271 else get(id, cb)
7372 })
7473 })
7574
7675 sbot.on('rpc:connect', function (rpc, isClient) {
77- console.log('CONNECT...', id.substring(0, 5), rpc.id.substring(0, 5))
7876 if(isClient) {
7977 var stream = gq.createStream(rpc.id)
8078 pull(stream, rpc.ooo.stream(function () {}), stream)
8179 }
@@ -89,4 +87,6 @@
8987 get: get
9088 }
9189 }
9290
91 +
92 +

Built with git-ssb-web