From 8a079d8e1e5bc3ddefe2de1173cb2722877fcb04 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 19:40:33 +0200 Subject: [PATCH] Remove commented-out code in main.js --- main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.js b/main.js index 0530117..299495c 100644 --- a/main.js +++ b/main.js @@ -682,8 +682,6 @@ async function autoCommit(folderPath, message, win) { const threshold = store.get('intelligentCommitThreshold') || 10; if (folders[idx].linesChanged >= threshold) { debug('Congratulations! You changed enough lines of code :)'); - - //const cands = folders[idx].llmCandidates; await runLLMCommitRewrite(folders[idx], win); //folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time test //folders[idx].llmCandidates = [];