From e3414db7c853f0a76ece105ff9eafe71e9b592bb Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Thu, 23 Jan 2025 13:31:41 +0100 Subject: [PATCH] remove debugging log Signed-off-by: Matthias Bertschy --- pkg/utils/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index 6aa2e0bf..83782f5e 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -287,7 +287,6 @@ func (watchedContainer *WatchedContainerData) SetContainerInfo(wl workloadinterf if err := checkContainers(ephemeralContainersIterator(podSpec.EphemeralContainers), podStatus.EphemeralContainerStatuses, EphemeralContainer); err != nil { return err } - logger.L().Info("Matthias - SetContainerInfo", helpers.Interface("ContainerInfos", watchedContainer.ContainerInfos)) return nil }