From d802173325a8ad9084a64956e7bda76987765b41 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 6 Apr 2020 10:18:11 -0400 Subject: [PATCH] remove an invalid line --- lib/storage/file.js | 1 - 1 file changed, 1 deletion(-) 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); },