From ccdd1173f001486453312ffdf8dfa6d5e0e13f1e Mon Sep 17 00:00:00 2001
From: Philip Offtermatt
Date: Sat, 23 Sep 2023 13:12:00 +0200
Subject: [PATCH] Remove log
---
tests/e2e/json_utils.go | 1 -
1 file changed, 1 deletion(-)
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
}