Clean up user data a tad

This commit is contained in:
Jon Staab
2025-11-25 14:19:11 -08:00
parent 250f5c772f
commit 92af4dcfde
6 changed files with 63 additions and 237 deletions
-1
View File
@@ -110,7 +110,6 @@ export class Repository extends Emitter {
removed.add(id)
}
console.log("UPDATE")
this.emit("update", {added, removed})
}