Commit 1bf7827db057df003b70868de1a780d398c2436f
oops, remove logging
Dominic Tarr committed on 5/21/2017, 8:05:57 AMParent: 827e54fe87534456e5e7ba3147ddfe31332924d3
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -141,16 +141,11 @@ | |||
141 | 141 … | }) | |
142 | 142 … | }, | |
143 | 143 … | close: function (cb) { | |
144 | 144 … | cont.para(map(views, function (sv, k) { | |
145 | - console.log("CLOSE", k) | ||
146 | 145 … | 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() | ||
153 | 148 … | } | |
154 | 149 … | })) (cb) | |
155 | 150 … | ||
156 | 151 … | } | |
@@ -158,4 +153,9 @@ | |||
158 | 153 … | return flume | |
159 | 154 … | } | |
160 | 155 … | ||
161 | 156 … | ||
157 … | + | ||
158 … | + | ||
159 … | + | ||
160 … | + | ||
161 … | + |
Built with git-ssb-web