Skip to content

Commit ad0d833

Browse files
committed
remove println
1 parent 5bc4c22 commit ad0d833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/state/update_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ type statusObj struct {
3838
func (s *statusObj) GetConditions() []metav1.Condition { return s.conditions }
3939

4040
func newStatusObj(gen int64, setStateTracker bool, conditions []metav1.Condition, annotations ...string) *statusObj {
41-
fmt.Println("boo")
4241
u := &unstructured.Unstructured{}
4342

4443
if previousState := meta.FindStatusCondition(conditions, state.StateCondition); previousState != nil {

0 commit comments

Comments
 (0)