Skip to content

Commit ee6ea78

Browse files
committed
remove log
Signed-off-by: Chuang Zhu <[email protected]>
1 parent 25a99cc commit ee6ea78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/tensorrt_llm/batch_manager/dataTransceiver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ class CacheSender::Impl
381381
void handleAsyncSend(AsyncSendResource& resource)
382382
{
383383
tensorrt_llm::common::setThreadName("dataTransAsyncSend");
384-
TLLM_LOG_INFO(mpi::MpiComm::world().getRank(), "Start handling async send");
385384
while (!resource.mTerminate)
386385
{
387386
Response resp;
@@ -401,7 +400,6 @@ class CacheSender::Impl
401400
resp = std::move(resource.mSendQueue.front());
402401
resource.mSendQueue.pop_front();
403402
}
404-
// TLLM_LOG_INFO(mpi::MpiComm::world().getRank(), "Start sending request %zu", resp.mRequest->mRequestId);
405403
sendAndRemoveResponse(resp.mRequest->mRequestId, std::move(resp));
406404
}
407405
}

0 commit comments

Comments
 (0)