From 02c3e20cf36140f28b07522d46f825f8debb2b25 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Mon, 12 Aug 2024 20:55:23 +0000 Subject: [PATCH] remove print 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 8eaef91..9afb705 100644 --- a/verifiers/internal/gha/bundle.go +++ b/verifiers/internal/gha/bundle.go @@ -122,7 +122,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) }