From e58bef48d2b3b6a3b4d405f618d3cf62d2ccf13c Mon Sep 17 00:00:00 2001 From: cannorin Date: Tue, 24 Feb 2026 22:09:50 +0900 Subject: [PATCH] Refactor (3) --- index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.ts b/index.ts index 4d37fb3..f15fb6a 100644 --- a/index.ts +++ b/index.ts @@ -93,7 +93,6 @@ await postJobSession.init(); async function processPostJob() { const notes = await getNotes(10, 0, 5); const input = notes.map(formatNote).join("\n"); - console.log(`* input:\n${input}`); const text = parseResponse( grammar, await postJobSession.prompt(input, {