Comment out unnecessary code in autoCommit function
This commit is contained in:
2
main.js
2
main.js
@@ -667,7 +667,7 @@ async function autoCommit(folderPath, message) {
|
|||||||
|
|
||||||
//const cands = folders[idx].llmCandidates;
|
//const cands = folders[idx].llmCandidates;
|
||||||
await runLLMCommitRewrite(folders[idx]);
|
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].llmCandidates = [];
|
||||||
//folders.[idx].firstCandidateBirthday = null
|
//folders.[idx].firstCandidateBirthday = null
|
||||||
store.set('folders', folders);
|
store.set('folders', folders);
|
||||||
|
|||||||
Reference in New Issue
Block a user