remove an invalid line

pull/1/head
ansuz 5 years ago
parent 90518224fe
commit d802173325

@ -1044,7 +1044,6 @@ module.exports.create = function (conf, _cb) {
getWeakLock: function (channelName, _cb) {
var cb = Util.once(Util.mkAsync(_cb));
//if (!isValidChannelId(channelName)) { return void cb(new Error('EINVAL')); } // XXX
schedule.unordered(channelName, cb);
},

Loading…
Cancel
Save