Skip to content

Commit 7348ae4

Browse files
committed
WIP: Cleanup
1 parent 16f1b6c commit 7348ae4

File tree

1 file changed

+0
-4
lines changed
  • demos/react-native-supabase-todolist/library/powersync

1 file changed

+0
-4
lines changed

demos/react-native-supabase-todolist/library/powersync/system.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ export class System {
4343
* });
4444
* this.powersync = new PowerSyncDatabase({ database: factory, schema: AppSchema });
4545
*/
46-
// const factory = new OPSqliteOpenFactory({
47-
// dbFilename: 'sqlite.db'
48-
// });
49-
// this.powersync = new PowerSyncDatabase({ database: factory, schema: AppSchema });
5046

5147
if (AppConfig.supabaseBucket) {
5248
this.attachmentQueue = new PhotoAttachmentQueue({

0 commit comments

Comments
 (0)