Skip to content

Commit 4fb36cb

Browse files
committed
Cleanup
1 parent fd7b673 commit 4fb36cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/powersync-op-sqlite/src/db/OPSqliteAdapter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
9090
let dbName = './'.repeat(i + 1) + dbFilename;
9191
const conn = await this.openConnection(dbName);
9292
await conn.execute('PRAGMA query_only = true');
93-
// this.readConnections.push(conn);
9493
this.readConnections.push({ lockKey: `${LockType.READ}-${i}`, connection: conn });
9594
}
9695
}

0 commit comments

Comments
 (0)