git ssb

2+

Dominic / flumedb



Commit 1bf7827db057df003b70868de1a780d398c2436f

oops, remove logging

Dominic Tarr committed on 5/21/2017, 8:05:57 AM
Parent: 827e54fe87534456e5e7ba3147ddfe31332924d3

Files changed

index.jschanged
index.jsView
@@ -141,16 +141,11 @@
141141 })
142142 },
143143 close: function (cb) {
144144 cont.para(map(views, function (sv, k) {
145- console.log("CLOSE", k)
146145 return function (cb) {
147- if(sv.close) sv.close(_cb)
148- else _cb()
149- function _cb () {
150- console.log("CLOSED!", k)
151- cb()
152- }
146 + if(sv.close) sv.close(cb)
147 + else cb()
153148 }
154149 })) (cb)
155150
156151 }
@@ -158,4 +153,9 @@
158153 return flume
159154 }
160155
161156
157 +
158 +
159 +
160 +
161 +

Built with git-ssb-web