From b8de45e91a526ede44d7600f6e97d7c26833c20a Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Wed, 19 Mar 2025 22:59:06 -0600 Subject: Not logging, and hosting openly --- claude-julia/query.ts | 2 -- claude-julia/server.ts | 2 +- 2 files changed, 1 insertion(+), 3 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; } diff --git a/claude-julia/server.ts b/claude-julia/server.ts index 09c3fb4..e01a02c 100644 --- a/claude-julia/server.ts +++ b/claude-julia/server.ts @@ -3,7 +3,7 @@ import * as fs from "fs"; import { query } from "./query"; -const hostname = "localhost"; +const hostname = ""; const port = 3000; function readFiles(l: Array) { -- cgit v1.2.3-54-g00ecf