1
0

Remove commented-out code and refactor comments in main.js

This commit is contained in:
2025-05-24 21:09:22 +02:00
parent 980e4b8b69
commit ea859d216c

25
main.js
View File

@@ -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);