diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/index.ts b/js/src/index.ts index c9f38468b..6d19fd74c 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -35,7 +35,6 @@ cli .command("run [...message]", "Run a chat message") .option("--session <id>", "Session ID") .action(async (message: string[], options) => { - console.log(options); await App.provide({ directory: process.cwd() }, async () => { await Share.init(); const session = options.session |
