Browse Source

drop XXX note

master
ansuz 9 months ago
parent
commit
b0179eaad9
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/commands/channel.js

2
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');
}

Loading…
Cancel
Save