remove junk logs
This commit is contained in:
parent
1c67c47131
commit
481015940e
|
@ -20,7 +20,4 @@ module.exports = function (bitlen, exp) {
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
var keypair = module.exports(2048, 0x10001);
|
var keypair = module.exports(2048, 0x10001);
|
||||||
console.info(keypair.privateKeyPem);
|
console.info(keypair.privateKeyPem);
|
||||||
console.warn(keypair.publicKeyPem);
|
|
||||||
//console.info(keypair.privateKeyJwk);
|
|
||||||
//console.warn(keypair.publicKeyJwk);
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,4 @@ module.exports = function (bitlen, exp) {
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
var keypair = module.exports(2048, 0x10001);
|
var keypair = module.exports(2048, 0x10001);
|
||||||
console.info(keypair.privateKeyPem);
|
console.info(keypair.privateKeyPem);
|
||||||
console.warn(keypair.publicKeyPem);
|
|
||||||
//console.info(keypair.privateKeyJwk);
|
|
||||||
//console.warn(keypair.publicKeyJwk);
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,7 +61,4 @@ module.exports = function (bitlen, exp) {
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
var keypair = module.exports(2048, 0x10001);
|
var keypair = module.exports(2048, 0x10001);
|
||||||
console.info(keypair.privateKeyPem);
|
console.info(keypair.privateKeyPem);
|
||||||
console.warn(keypair.publicKeyPem);
|
|
||||||
//console.info(keypair.privateKeyJwk);
|
|
||||||
//console.warn(keypair.publicKeyJwk);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue