Skip to content

Commit 59b9ce9

Browse files
remove dev logs
1 parent 423e4e4 commit 59b9ce9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/web/src/db/adapters/wa-sqlite/WASQLiteConnection.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ export const DEFAULT_MODULE_FACTORIES = {
125125
module = await SyncWASQLiteModuleFactory();
126126
}
127127
const vfs = await OPFSCoopSyncVFS.create(options.dbFileName, module);
128-
(vfs as any).log = (...args: any[]) => console.log('[OPFSCoopSyncVFS]', ...args);
129128
return {
130129
module,
131-
vfs: vfs as any
130+
vfs
132131
};
133132
}
134133
};

0 commit comments

Comments
 (0)