diff options
| author | Scott Lawrence <scott+git@ineffectivetheory.com> | 2025-03-19 22:59:06 -0600 |
|---|---|---|
| committer | Scott Lawrence <scott+git@ineffectivetheory.com> | 2025-03-19 22:59:06 -0600 |
| commit | b8de45e91a526ede44d7600f6e97d7c26833c20a (patch) | |
| tree | 5d40ffd0e159c96b15456c3ccaa6b3c4e413cc19 /claude-julia/query.ts | |
| parent | bab7929215b3d5a1d66b43ee5b03ad767aa32374 (diff) | |
| download | mini-b8de45e91a526ede44d7600f6e97d7c26833c20a.tar.gz mini-b8de45e91a526ede44d7600f6e97d7c26833c20a.tar.bz2 mini-b8de45e91a526ede44d7600f6e97d7c26833c20a.zip | |
Not logging, and hosting openly
Diffstat (limited to 'claude-julia/query.ts')
| -rw-r--r-- | claude-julia/query.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/claude-julia/query.ts b/claude-julia/query.ts index 50bd775..b2a01dc 100644 --- a/claude-julia/query.ts +++ b/claude-julia/query.ts @@ -49,8 +49,6 @@ export async function query(code: string) { r = r + segment.text; } } - console.log('====='); - console.log(r); return r; } |
