From ef81adf1a8328d349cad62fbd3843233eada890c Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Wed, 6 Dec 2023 06:07:16 +0100 Subject: [PATCH] feedback --- vcr/pe/presentation_submission_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/vcr/pe/presentation_submission_test.go b/vcr/pe/presentation_submission_test.go index 23e8a42462..80bd4b600c 100644 --- a/vcr/pe/presentation_submission_test.go +++ b/vcr/pe/presentation_submission_test.go @@ -198,7 +198,6 @@ func TestPresentationSubmissionBuilder_Build(t *testing.T) { submission.Id = "for-test" // easier assertion actualJSON, _ := json.MarshalIndent(submission, "", " ") - println(string(actualJSON)) assert.JSONEq(t, expectedJSON, string(actualJSON)) }) }