From a0fc8d8b19de30641fd2282db3fae28d097dd26b Mon Sep 17 00:00:00 2001 From: Maxim Pertsov Date: Tue, 24 Sep 2024 16:04:52 -0400 Subject: [PATCH] remove TODO --- robot/client/client.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/robot/client/client.go b/robot/client/client.go index 9a38be3e7bab..20a7783591ef 100644 --- a/robot/client/client.go +++ b/robot/client/client.go @@ -1078,9 +1078,6 @@ func (rc *RobotClient) MachineStatus(ctx context.Context) (robot.MachineStatus, rc.mu.Lock() defer rc.mu.Unlock() - - // TODO: cache errors related to fetching cached machine status and - // return here? return rc.cachedMachineStatus, nil }