From 7a3cb6f688dab421774b9d0aa6c2bb2b4a0331e0 Mon Sep 17 00:00:00 2001 From: redshift <213178690+1ftredsh@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:51:44 +0000 Subject: [PATCH] removed some lgos --- src/daemon.ts | 9 --------- 1 file changed, 9 deletions(-) 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;