Remove potentially dangerous debug log.
This commit is contained in:
parent
98f6b8d147
commit
0870073f08
@ -83,8 +83,6 @@ proc initJWS*(b64: string): JWS =
|
|||||||
raise newException(ValueError,
|
raise newException(ValueError,
|
||||||
"invalid JWS, expected three parts but only found " & $parts.len)
|
"invalid JWS, expected three parts but only found " & $parts.len)
|
||||||
|
|
||||||
debug "jwt_full/jws/initJWS: Base64url-encoded payload is:\n\t" & parts[1]
|
|
||||||
|
|
||||||
result = JWS(
|
result = JWS(
|
||||||
payloadB64: parts[1],
|
payloadB64: parts[1],
|
||||||
signatures: @[ initJwsSignature(
|
signatures: @[ initJwsSignature(
|
||||||
|
Loading…
Reference in New Issue
Block a user