remove an XXX because the code looks safe

pull/1/head
ansuz 2019-06-13 16:48:12 +02:00
parent a2c8ec963c
commit 58cee9e13d
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ var listChannels = function (root, handler, cb) {
// otherwise throw it on the pile
sema.take(function (give) {
var next = w(give()); // XXX validate that it's ok to 'waitFor' here instead of outside the 'take'
var next = w(give());
Fs.stat(filepath, w(function (err, stats) {
if (err) {
return void handler(err);