Skip to content

Commit

Permalink
Update comid/example_cca_realm_refval_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Fossati <[email protected]>
  • Loading branch information
yogeshbdeshpande and thomas-fossati authored Jun 15, 2024
1 parent 6ff53f1 commit 1f26761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comid/example_cca_realm_refval_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func extractRealmPersonalizationValue(r *RawValue) error {
if len(b) != 64 {
return fmt.Errorf("invalid length %d, for realm personalization value", len(b))
}
fmt.Printf("RawValue: %x\n", b)
return nil
}

Expand Down

0 comments on commit 1f26761

Please sign in to comment.