summaryrefslogtreecommitdiffhomepage
path: root/js/src
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-29 15:05:38 -0400
committerDax Raad <[email protected]>2025-05-29 15:05:44 -0400
commit0fe72864f294ead2d989dbc33f8002f68d44e853 (patch)
tree479e6a87807b5d17ac876cf2193c6fc5cbcc38a2 /js/src
parentce5b3126d31758cb29a1cb32f23b66ef167e52aa (diff)
downloadopencode-0fe72864f294ead2d989dbc33f8002f68d44e853.tar.gz
opencode-0fe72864f294ead2d989dbc33f8002f68d44e853.zip
remov elog
Diffstat (limited to 'js/src')
-rw-r--r--js/src/index.ts1
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