Skip to content

Commit 84f3e6e

Browse files
committed
[ Edit ] disabled the debugging print method in the streaming http client method
1 parent 11701a4 commit 84f3e6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/core/networking/client.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ abstract class OpenAINetworkingClient {
280280
String respondData = "";
281281
stream.where((event) => event.isNotEmpty).listen(
282282
(value) {
283-
print(value);
284-
285283
final data = value;
286284
respondData += data;
287285

0 commit comments

Comments
 (0)