remove console.log

This commit is contained in:
zefie
2025-06-19 16:21:45 -04:00
parent ea764a125c
commit 2c11fb94ce

View File

@@ -4148,7 +4148,6 @@ class WTVIRC {
} else { } else {
target = this.findUser(param); target = this.findUser(param);
} }
console.log(target, param);
var result = this.processChannelModeParams(channel, plusminus + mc, target, socket); var result = this.processChannelModeParams(channel, plusminus + mc, target, socket);
paramIndex++; paramIndex++;
} else { } else {