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) }