mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-18 11:06:21 +00:00
remove print
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user