From 0e3888686c0e019860500f24af933c72e2a5207b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 May 2025 20:48:34 +0200 Subject: [PATCH] Comment out unused code in main.js --- main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.js b/main.js index 838a33e..4f36cfd 100644 --- a/main.js +++ b/main.js @@ -582,9 +582,6 @@ async function runLLMCommitRewrite(folderObj, win) { await rewordCommitsSequentially(folderPath, messageMap, hashes); } } -// -// -//test /* // ---- 6. Komplett-Workflow (Random instant messages für debugging) ---- async function runLLMCommitRewrite(folderPath, hashes) {