mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-20 14:07:44 -05:00
fix: remove rouge console log
This commit is contained in:
parent
48a1ca83df
commit
40a0308088
|
|
@ -99,7 +99,7 @@ export function commandHandler<T extends any[]>(cb: (ctx: CommandHandlerCtx<T>)
|
|||
format: globalOpts.json ? 'json' : 'pretty',
|
||||
opts: () => cmd.opts() as any
|
||||
};
|
||||
console.log(globalOpts);
|
||||
|
||||
return cb(ctx);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user