fix: remove debug logging

This commit is contained in:
Dax Raad
2026-05-14 22:13:15 -04:00
parent 5f4e5e6896
commit a50ff72f3f
2 changed files with 0 additions and 2 deletions

View File

@@ -233,7 +233,6 @@ export function init(input: { projectors: Array<[Definition, ProjectorFunc]>; co
// replaying. Replaying does not go through the bus, and it
// simplifies the bus to only use unversioned latest events
for (let [type, version] of versions.entries()) {
console.log(type)
let def = registry.get(versionedType(type, version))!
BusEvent.define(def.type, def.properties)
}