feat: enable some debug logs
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m45s

This commit is contained in:
Max Richter
2025-11-24 22:09:54 +01:00
parent cfcb447784
commit 1212c28152
4 changed files with 3 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ const diff = create({
});
const log = createLogger("history");
log.mute();
// log.mute();
export class HistoryManager {
index: number = -1;