Skip to content

Commit

Permalink
Remove awesome log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Apr 15, 2024
1 parent a8c1c5f commit 4906a57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/src/compact-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ export async function quickCompactBoardHistory(id: Id): Promise<number> {
firstBundle.last_serial,
lastSerial,
)
for (const b of bundlesWithData) {
console.log(b.events.events[0]?.serial, b.events.events[b.events.events.length - 1]?.serial)
}
const eventArrays = bundlesWithData.map((b) => b.events.events)
const events: BoardHistoryEntry[] = eventArrays.flat()
const crdtUpdates = bundlesWithData.flatMap((d) => (d.crdt_update ? [d.crdt_update] : []))
Expand Down

0 comments on commit 4906a57

Please sign in to comment.