Stop logging excommands and args

This commit is contained in:
Colin Caine 2018-04-11 17:49:27 +01:00
parent a50cd6efc3
commit 8a4a493a30

View file

@ -50,8 +50,6 @@ export function parser(ex_str: string): any[] {
if (ExCmds.cmd_params.has(func)) {
try {
let typedArgs = convertArgs(ExCmds.cmd_params.get(func), args)
console.log(ex_str, typedArgs)
return [ExCmds[func], convertArgs(ExCmds.cmd_params.get(func), args)]
} catch (e) {
console.error("Error executing or parsing:", ex_str, e)