diff --git a/src/daemon.ts b/src/daemon.ts index a17a5dc..129844a 100644 --- a/src/daemon.ts +++ b/src/daemon.ts @@ -745,7 +745,6 @@ async function main(): Promise { undefined; try { - logger.log("smh", req); await ensureProvidersBootstrapped(); const response = await routeRequests({ modelId, @@ -764,14 +763,6 @@ async function main(): Promise { const requestId = response.headers.get("x-routstr-request-id") || undefined; logger.log("Request ID, ", requestId, " with path: ", url.pathname); - logger.log( - "Request ID, ", - response.headers, - response.body, - " with path: ", - url.pathname, - isStream, - ); if (isStream) { res.statusCode = response.status;