remove an invalid line
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…
Reference in New Issue