mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Stop logging excommands and args
This commit is contained in:
parent
a50cd6efc3
commit
8a4a493a30
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue