mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 12:42:17 +00:00
fix: remove debug logging
This commit is contained in:
parent
5f4e5e6896
commit
a50ff72f3f
2 changed files with 0 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ import { Database } from "@/storage/db"
|
|||
import { eq } from "drizzle-orm"
|
||||
|
||||
export function initProjectors() {
|
||||
console.log("initProjectors")
|
||||
SyncEvent.init({
|
||||
projectors: sessionProjectors,
|
||||
convertEvent: (type, data) => {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue