Skip to content

Commit

Permalink
remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiayu committed Jul 28, 2024
1 parent d0f4f6a commit 7fdc83c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/ielts_ai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ ChatStreamCallback IeltsAI::stream_handler(grpc::ServerWriter<chat_completion::C
if (item.empty()) {
continue;
}
LOG(INFO) << item;
if (item == "[DONE]") {
resp.clear_content();
stream->WriteLast(resp, grpc::WriteOptions());
Expand Down

0 comments on commit 7fdc83c

Please sign in to comment.