From 797f10cc2ea5b5e3fffcde11332d445c1ecc2e5f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 00:42:00 +0200 Subject: [PATCH] Comment out unnecessary code in autoCommit function --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 369da83..6405e1f 100644 --- a/main.js +++ b/main.js @@ -667,7 +667,7 @@ async function autoCommit(folderPath, message) { //const cands = folders[idx].llmCandidates; await runLLMCommitRewrite(folders[idx]); - //folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time + //folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time //folders[idx].llmCandidates = []; //folders.[idx].firstCandidateBirthday = null store.set('folders', folders);