junrushao commented on code in PR #15957:
URL: https://github.com/apache/tvm/pull/15957#discussion_r1386915924
##########
src/runtime/disco/worker.cc:
##########
@@ -62,8 +62,9 @@ void DiscoWorker::SetRegister(int reg_id, TVMArgValue value) {
struct DiscoWorker::Impl {
static void MainLoop(DiscoWorker* self) {
ThreadLocalDiscoWorker::Get()->worker = self;
- LOG(INFO) << "[Worker #" << self->worker_id << "] " <<
support::GetProcessIdAndThreadIdHeader()
- << " started";
+ // LOG(INFO) << "[Worker #" << self->worker_id << "] " <<
Review Comment:
Let's remove the commented lines
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]