From 8b15b0924619299ce8d54a3892b1115b6f7b9c1a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Jun 2025 11:52:05 +0200 Subject: [PATCH] Remove unused code in main.js --- main.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/main.js b/main.js index 0c7cdb2..a94380d 100644 --- a/main.js +++ b/main.js @@ -1005,18 +1005,6 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) { } console.log('[AutoGit] All specified commit messages updated!'); } -/* - - - - - - - - - - -*/ //---- 6. Workflow ---- async function runLLMCommitRewrite(folderObj, win) {