Skip to content

Commit b492b9a

Browse files
committed
rm fmt
1 parent 469052c commit b492b9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/builder_deployment_sts.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package builder
33
import (
44
"context"
55
"errors"
6-
"fmt"
76

87
appsv1 "k8s.io/api/apps/v1"
98
v1 "k8s.io/api/core/v1"
@@ -31,7 +30,6 @@ func (s *Builder) ReconcileDeployOrSts() (controllerutil.OperationResult, error)
3130

3231
for _, deployorsts := range s.DeploymentOrStatefulset {
3332

34-
fmt.Println(deployorsts.ObjectMeta.Name)
3533
if deployorsts.Kind == "Deployment" {
3634
result, err := s.buildDeployment(deployorsts)
3735
if err != nil {

0 commit comments

Comments
 (0)