Skip to content

Commit

Permalink
remove a log
Browse files Browse the repository at this point in the history
Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
  • Loading branch information
AiRanthem committed Oct 29, 2024
1 parent 0bdbdab commit 182b769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/util/workloadspread/workloadspread.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ func (h *Handler) HandlePodCreation(pod *corev1.Pod) (skip bool, err error) {
}
// not found matched workloadSpread
if matchedWS == nil {
klog.InfoS("Not found matched workloadSpread", "name", pod.GetGenerateName())
return true, nil
}

Expand Down

0 comments on commit 182b769

Please sign in to comment.