remove print

Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
Ramon Petgrave
2024-08-12 20:55:23 +00:00
parent 306deebc78
commit 02c3e20cf3
-1
View File
@@ -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)
}