diff --git a/src/db/roomstore.ts b/src/db/roomstore.ts index 4a90555d3f86427e2e38a406f630d1f7a90936e4..158a96a4666916f1bdd20980a16a99783d773ba6 100644 --- a/src/db/roomstore.ts +++ b/src/db/roomstore.ts @@ -106,8 +106,6 @@ export class DbRoomStore { public async countEntries() { const row = (await this.db.Get("SELECT COUNT(*) AS count FROM room_entries WHERE matrix_id IS NOT NULL AND remote_id IS NOT NULL")) || {}; - console.warn('abc', JSON.stringify(row), typeof row.count); - if (typeof row.count !== "number") { log.error("Failed to count room entries"); throw Error("Failed to count room entries");