Skip to content

Commit

Permalink
cleanup debug
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Jan 6, 2025
1 parent bbbaa57 commit 0c5765d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/runtime-common/index-writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ export class Batch {
),
]);

let working = await this.#query(['select * from boxel_index_working']);
if (this.#invalidations.size > 0) {
let columns = (await this.#dbAdapter.getColumnNames('boxel_index')).map(
(c) => [c],
Expand Down Expand Up @@ -367,8 +366,6 @@ export class Batch {
...separatedByCommas(names.map((name) => [`${name}=EXCLUDED.${name}`])),
] as Expression);
}
let production = await this.#query(['select * from boxel_index']);
let foo = 'bar';
}

private async pruneObsoleteEntries() {
Expand Down

0 comments on commit 0c5765d

Please sign in to comment.