From 7f8749a4af4273e2da2b1b065a86033266676a66 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 22:39:35 +0200 Subject: [PATCH] Comment out unused code block in main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 9778e92..380621a 100644 --- a/main.js +++ b/main.js @@ -495,7 +495,7 @@ async function runLLMCommitRewrite(folderObj) { await rewordCommitsSequentially(folderPath, messageMap, hashes); } } - +// /* // ---- 6. Komplett-Workflow (Random instant messages für debugging) ---- async function runLLMCommitRewrite(folderPath, hashes) {