Skip to content

Commit 4df902c

Browse files
cleanup
1 parent b07b034 commit 4df902c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/powersync/lib/src/streaming_sync.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ class StreamingSyncImplementation {
8989
// However, we still need to close the underlying stream explicitly, otherwise
9090
// the break will wait for the next line of data received on the stream.
9191
_localPingController.add(null);
92-
await _internalCrudTriggerController.close();
9392
// According to the documentation, the behavior is undefined when calling
9493
// close() while requests are pending. However, this is no other
9594
// known way to cancel open streams, and this appears to end the stream with

packages/powersync/test/connected_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ void main() {
9393
final connectedErroredCompleter = Completer();
9494

9595
db.statusStream.listen((status) {
96-
// print('status updated: ${status.connected}, ${status.downloadError}');
9796
if (status.connected) {
9897
connectedCompleter.complete();
9998
}

0 commit comments

Comments
 (0)