Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
musa11971 committed Feb 28, 2020
1 parent 20fef40 commit 482b1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JWKConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function toPEM(array $jwk): string
'n' => new BigInteger($this->base64UrlDecoder->decode($jwk['n']), 256)
]
);
die($rsa->getPublicKey());

return $rsa->getPublicKey();
}

Expand Down

0 comments on commit 482b1f9

Please sign in to comment.