Skip to content

Commit

Permalink
ApiRequest | fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
a-givertzman committed Dec 1, 2024
1 parent ddb651f commit 8b07f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/api_client/request/arc_message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ArcMessage {
_message.close(),
]);
done = true;
_log.warning('.listen.onDone | Done');
// _log.debug('.listen.onDone | Done');
},
);
}
Expand Down

0 comments on commit 8b07f19

Please sign in to comment.