Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Jan 11, 2024
1 parent 92aa097 commit bf65b52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytestdlib/pbhash/pbhash.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func ComputeHash(ctx context.Context, pb proto.Message) ([]byte, error) {
// We do not use protobuf marshalling because it does not guarantee stable output because of how it handles
// unknown fields and ordering of fields. https://github.com/protocolbuffers/protobuf/issues/2830
pbJSON, err := marshaller.MarshalToString(pb)
logger.Infof(ctx, "pbJSON: %+v", pbJSON)
if err != nil {
logger.Warning(ctx, "failed to marshal pb [%+v] to JSON with err %v", pb, err)
return nil, err
Expand Down

0 comments on commit bf65b52

Please sign in to comment.