Skip to content

Commit 9825a89

Browse files
committed
Clean up logs
1 parent 20f7f21 commit 9825a89

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
@@ -167,7 +167,6 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
167167
availableConnection.lockKey,
168168
async () => {
169169
try {
170-
console.log('Executing read query on connection', availableConnection.connection.name);
171170
resolve(await fn(availableConnection.connection));
172171
} catch (error) {
173172
reject(error);

0 commit comments

Comments
 (0)