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,
|
||||
"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(
|
||||
|
Loading…
Reference in New Issue
Block a user