Skip to content

Commit

Permalink
don't print byte representations to log
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Aug 11, 2023
1 parent 054b695 commit 7324a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indy_bls/bls.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def as_bytes(self):
)
res = bytes(xbytes[: xbytes_len.value])

LOGGER.debug("BlsEntity.as_bytes: <<< res: %r", res)
LOGGER.debug("BlsEntity.as_bytes: <<<")
return res


Expand Down

0 comments on commit 7324a0a

Please sign in to comment.