1
0

Add debug log for commit hash length

This commit is contained in:
2025-05-26 11:42:12 +02:00
parent 20cf3ca46c
commit 8b97b9c2b4

View File

@@ -474,6 +474,7 @@ async function startLiveCountdown(folderObj, msLeft) {
}
contentList.innerHTML = commits.map(c => {
// Prüfe, ob der Commit in der Rewrite-Queue ist:
console.log('Commit hash:', c.hash, 'length:', c.hash.length);
const isQueued = folderObj.llmCandidates && folderObj.llmCandidates.includes(c.hash);
if(isQueued) console.log("hi");
// Für random-Winkel (zwischen -10 und +15 Grad, z.B.)