From ea859d216cc8cc3928448fed9a8d93163836c51f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 21:09:22 +0200 Subject: [PATCH] Remove commented-out code and refactor comments in main.js --- main.js | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/main.js b/main.js index fa0b538..b0f866d 100644 --- a/main.js +++ b/main.js @@ -203,31 +203,6 @@ async function getCommitsForLLM(folderPath, hashes) { return commits; } -/* - - -lol - -lol - -lol - -lol - -lol - -lol - -lol - -lol - -lol - -lol - -*/ - // ---- 2. Prompt für LLM bauen ---- async function generateLLMCommitMessages(folderPath, hashes) { const commits = await getCommitsForLLM(folderPath, hashes);