Skip to content

Commit 6e46b76

Browse files
committed
remove log
1 parent 126d6fd commit 6e46b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st_engine/engine/locustfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ def _handle_stream_request(
10021002
try:
10031003
# Process as streaming response
10041004
for chunk in response.iter_lines():
1005-
task_logger.info(f"Chunk: {chunk}")
1005+
# task_logger.info(f"Chunk: {chunk}")
10061006
error_msg = StreamProcessor.check_chunk_error(
10071007
chunk, field_mapping, task_logger
10081008
)

0 commit comments

Comments
 (0)