Skip to content

Commit a0bab16

Browse files
committed
Remove debug print
1 parent 7557d82 commit a0bab16

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/sqlite_async/lib/src/utils/shared_utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ extension ThrottledUpdates on CommonDatabase {
123123

124124
controller = StreamController(onListen: () {
125125
txSubscription = commits.listen((_) {
126-
print('did commit');
127126
maybeFireUpdates();
128127
}, onError: (error) {
129128
controller?.addError(error);

packages/sqlite_async/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: High-performance asynchronous interface for SQLite on Dart and Flut
33
version: 0.11.8
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
6-
sdk: ">=3.5.0 <4.0.0"
6+
sdk: ">=3.6.0 <4.0.0"
77

88
topics:
99
- sqlite
@@ -12,8 +12,8 @@ topics:
1212
- flutter
1313

1414
dependencies:
15-
sqlite3: ^2.8.0
16-
sqlite3_web: ^0.3.0
15+
sqlite3: ^2.9.0
16+
sqlite3_web: ^0.3.1
1717
async: ^2.10.0
1818
collection: ^1.17.0
1919
mutex: ^3.1.0

0 commit comments

Comments
 (0)