Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Aug 2, 2024
1 parent a4b242b commit 1da7bdd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ class BlueberryRingUseCase extends ReactiveUseCase {
stream.listen((element) {
if (element.isNotEmpty && element.first == command.first) {
timer?.cancel();
collectLog('read$dataName:value $element');
collectLog('read$dataName:element $element');
data.addAll(element);
collectLog('read$dataName:value $data');

if (!completer.isCompleted && !isFrag) {
completer.complete(data);
Expand Down

0 comments on commit 1da7bdd

Please sign in to comment.