We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728dc9 commit fadbf96Copy full SHA for fadbf96
packages/powersync-op-sqlite/src/db/OPSqliteAdapter.ts
@@ -12,7 +12,6 @@ import Lock from 'async-lock';
12
import { OPSQLiteConnection } from './OPSQLiteConnection';
13
import { NativeModules, Platform } from 'react-native';
14
import { SqliteOptions } from './SqliteOptions';
15
-import Logger, { ILogger } from 'js-logger';
16
17
/**
18
* Adapter for React Native Quick SQLite
@@ -40,8 +39,6 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
40
39
41
protected writeConnection: OPSQLiteConnection | null;
42
43
- protected logger: ILogger = Logger.get('OPSQLiteAdapter');
44
-
45
constructor(protected options: OPSQLiteAdapterOptions) {
46
super();
47
this.name = this.options.name;
0 commit comments