diff --git a/lib/storage/file.js b/lib/storage/file.js index 255f74016..2d27ce185 100644 --- a/lib/storage/file.js +++ b/lib/storage/file.js @@ -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); },