Skip to content

Commit c79c509

Browse files
Remove unneeded infof line (#4986)
1 parent 00d7268 commit c79c509

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/component/runtime/runtime_comm.go

-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ func (c *runtimeComm) checkin(server proto.ElasticAgent_CheckinV2Server, init *p
295295
close(recvDone)
296296
return
297297
}
298-
c.logger.Infof("got checkin with pid %d", checkin.Pid)
299298
c.checkinObserved <- checkin
300299
}
301300
}()

0 commit comments

Comments
 (0)