From b0179eaad9545ca4b9dfe4f0deb0a5fe13de5233 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 27 Mar 2020 14:25:07 -0400 Subject: [PATCH] drop XXX note --- lib/commands/channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/channel.js b/lib/commands/channel.js index 6a773cdb9..d35e15241 100644 --- a/lib/commands/channel.js +++ b/lib/commands/channel.js @@ -54,7 +54,7 @@ Channel.clearOwnedChannel = function (Env, safeKey, channelId, cb, Server) { }); }; -Channel.removeOwnedChannel = function (Env, safeKey, channelId, cb, Server) { // XXX very heavy CPU usage +Channel.removeOwnedChannel = function (Env, safeKey, channelId, cb, Server) { if (typeof(channelId) !== 'string' || !Core.isValidId(channelId)) { return cb('INVALID_ARGUMENTS'); }