Skip to content

Commit fadbf96

Browse files
committed
Cleanup
1 parent 1728dc9 commit fadbf96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import Lock from 'async-lock';
1212
import { OPSQLiteConnection } from './OPSQLiteConnection';
1313
import { NativeModules, Platform } from 'react-native';
1414
import { SqliteOptions } from './SqliteOptions';
15-
import Logger, { ILogger } from 'js-logger';
1615

1716
/**
1817
* Adapter for React Native Quick SQLite
@@ -40,8 +39,6 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
4039

4140
protected writeConnection: OPSQLiteConnection | null;
4241

43-
protected logger: ILogger = Logger.get('OPSQLiteAdapter');
44-
4542
constructor(protected options: OPSQLiteAdapterOptions) {
4643
super();
4744
this.name = this.options.name;

0 commit comments

Comments
 (0)