diff --git a/src/routes/production/workbench/getChatLines.ts b/src/routes/production/workbench/getChatLines.ts index ef80ce5..0f21412 100644 --- a/src/routes/production/workbench/getChatLines.ts +++ b/src/routes/production/workbench/getChatLines.ts @@ -25,7 +25,6 @@ export default router.post( return { ...item, prompt: output }; }), ); - console.log("%c Line:23 🍅 data", "background:#f5ce50", data); res.status(200).send(success(data)); }, );