We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc4c22 commit ad0d833Copy full SHA for ad0d833
pkg/controller/state/update_test.go
@@ -38,7 +38,6 @@ type statusObj struct {
38
func (s *statusObj) GetConditions() []metav1.Condition { return s.conditions }
39
40
func newStatusObj(gen int64, setStateTracker bool, conditions []metav1.Condition, annotations ...string) *statusObj {
41
- fmt.Println("boo")
42
u := &unstructured.Unstructured{}
43
44
if previousState := meta.FindStatusCondition(conditions, state.StateCondition); previousState != nil {
0 commit comments