Skip to content

Commit 0ac9549

Browse files
committed
remove unecessary log
Signed-off-by: Britania Rodriguez Reyes <britaniar@microsoft.com>
1 parent 9271502 commit 0ac9549

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controllers/updaterun/execution.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ func checkClusterUpdateResult(
592592
) (bool, error) {
593593
availCond := binding.GetCondition(string(placementv1beta1.ResourceBindingAvailable))
594594
diffReportCondition := binding.GetCondition(string(placementv1beta1.ResourceBindingDiffReported))
595-
klog.InfoS("Checking the cluster update result", "cluster", clusterStatus.ClusterName, "stage", updatingStage.StageName, "updateRun", klog.KObj(updateRun), "availableCondition", availCond, "diffReportCondition", diffReportCondition)
596595
if condition.IsConditionStatusTrue(availCond, binding.GetGeneration()) ||
597596
condition.IsConditionStatusTrue(diffReportCondition, binding.GetGeneration()) {
598597
// The resource updated on the cluster is available or diff is successfully reported.

0 commit comments

Comments
 (0)