OP-Engineering / op-sqlite

Fastest SQLite library for react-native by @ospfranco
MIT License
593 stars 41 forks source link

Remove log lines #167

Closed talaikis closed 1 month ago

talaikis commented 1 month ago
console.log('BEFORE FLUSH');
enhancedDb.flushPendingReactiveQueries();
console.log('AFER FLUSH');

Using 9.2.2

ospfranco commented 1 month ago

This is removed in the latest version.

talaikis commented 1 month ago

This is removed in the latest version.

Latest - @next? Because this is on 9.2.2.

ospfranco commented 1 month ago

Ah sorry, my bad, forgot to publish. 9.2.3 is building and will be released soon