From 552e674db727f4afc13df6b4e40566d76794cccc Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Tue, 13 Aug 2024 16:02:33 +0000 Subject: [PATCH] lint Signed-off-by: Ramon Petgrave --- verifiers/internal/gha/bundle.go | 1 - 1 file changed, 1 deletion(-) diff --git a/verifiers/internal/gha/bundle.go b/verifiers/internal/gha/bundle.go index 8d515d7..2a93cc0 100644 --- a/verifiers/internal/gha/bundle.go +++ b/verifiers/internal/gha/bundle.go @@ -173,7 +173,6 @@ func matchRekorEntryWithEnvelopeDSSEv001(tlogEntry *v1.TransparencyLogEntry, env } var dsseSchemaObj models.DSSEV001Schema specMarshal, err := json.Marshal(dsseObj.Spec) - fmt.Println(fmt.Sprintf("%s", specMarshal)) if err != nil { return fmt.Errorf("%w: %s", ErrorUnexpectedEntryType, err) }