Skip to content

Commit

Permalink
[ Edit ] disabled the debugging print method in the streaming http cl…
Browse files Browse the repository at this point in the history
…ient method
  • Loading branch information
anasfik committed Nov 8, 2023
1 parent 11701a4 commit 84f3e6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/core/networking/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ abstract class OpenAINetworkingClient {
String respondData = "";
stream.where((event) => event.isNotEmpty).listen(
(value) {
print(value);

final data = value;
respondData += data;

Expand Down

0 comments on commit 84f3e6e

Please sign in to comment.