Remove potentially dangerous debug log.

This commit is contained in:
Jonathan Bernard 2022-01-01 09:24:50 -06:00
parent 98f6b8d147
commit 0870073f08

View File

@ -83,8 +83,6 @@ proc initJWS*(b64: string): JWS =
raise newException(ValueError,
"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(
payloadB64: parts[1],
signatures: @[ initJwsSignature(