Skip to content

Commit 93a2ad7

Browse files
author
lamai93
committed
Removed debug output.
1 parent 83d1b97 commit 93a2ad7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/deployment/resources/pod_creator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@ func (r *Resources) EnsurePods() error {
723723
imageNotFoundOnce := &sync.Once{}
724724
if err := iterator.ForeachServerGroup(func(group api.ServerGroup, groupSpec api.ServerGroupSpec, status *api.MemberStatusList) error {
725725
for _, m := range *status {
726-
r.log.Debug().Str("phase", string(m.Phase)).Str("pod", m.PodName).Msg("EnsurePods")
727726
if m.Phase != api.MemberPhaseNone {
728727
continue
729728
}

0 commit comments

Comments
 (0)