Skip to content

Commit be689e2

Browse files
committed
Removed dev commands from PublicKey.js
1 parent 53c22d5 commit be689e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/operations/PublicKey.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ const PublicKey = {
6161
sig = cert.getSignatureValueHex(),
6262
sigStr = "",
6363
extensions = cert.getInfo().split("X509v3 Extensions:\n")[1].split("signature")[0];
64-
window.cert = cert;
65-
window.r = r;
6664

6765
// Public Key fields
6866
pkFields.push({

0 commit comments

Comments
 (0)