Remove unused event listener in renderer.js
This commit is contained in:
@@ -507,8 +507,6 @@ async function startLiveCountdown(folderObj, msLeft) {
|
||||
return result;
|
||||
}
|
||||
|
||||
window.addEventListener('repo-updated', () => {
|
||||
});
|
||||
|
||||
async function getCommitPageForHash(folderObj, hash, pageSize = PAGE_SIZE) {
|
||||
// Hole alle Commits (NICHT paginiert!)
|
||||
|
||||
Reference in New Issue
Block a user