diff --git a/tests/e2e/json_utils.go b/tests/e2e/json_utils.go index 5403626694..692c34a14f 100644 --- a/tests/e2e/json_utils.go +++ b/tests/e2e/json_utils.go @@ -47,7 +47,6 @@ func (step *Step) UnmarshalJSON(data []byte) error { Action json.RawMessage State State } - print(string(data)) if err := json.Unmarshal(data, &tmp); err != nil { return err }