Skip to content

Commit a734e88

Browse files
.
1 parent 88ea161 commit a734e88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cns/restserver/ipam.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,9 @@ func (service *HTTPRestService) AssignAvailableIPConfigs(podInfo cns.PodInfo) ([
10881088
return podIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
10891089
}
10901090

1091-
// Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
10921091
logger.Printf(
10931092
"[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v",
1094-
podInfo, //nolint:staticcheck
1093+
podInfo, //nolint:staticcheck // Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
10951094
)
10961095
return podIPInfo, nil
10971096
}

0 commit comments

Comments
 (0)