Remove commented-out code and refactor comments in main.js
This commit is contained in:
25
main.js
25
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);
|
||||
|
||||
Reference in New Issue
Block a user