remove console.log
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user