mirror of
https://git.coolaj86.com/coolaj86/old-keypairs.js
synced 2025-03-14 12:20:42 +00:00
v1.2.4: remove stray logs
This commit is contained in:
parent
286606720d
commit
a5236f6c2f
@ -98,7 +98,6 @@ args.forEach(function (arg) {
|
|||||||
|
|
||||||
// Booleans
|
// Booleans
|
||||||
if (-1 !== [ 'private', 'public', 'nocompact', 'nofetch', 'debug', 'overwrite' ].indexOf(arg)) {
|
if (-1 !== [ 'private', 'public', 'nocompact', 'nofetch', 'debug', 'overwrite' ].indexOf(arg)) {
|
||||||
console.log(arg);
|
|
||||||
set(arg, true);
|
set(arg, true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -361,7 +360,6 @@ function readKeypair() {
|
|||||||
// omit the primary private key from the list of actual (or soon-to-be) files
|
// omit the primary private key from the list of actual (or soon-to-be) files
|
||||||
if (jwkopts.filename) {
|
if (jwkopts.filename) {
|
||||||
opts.names = opts.names.filter(function (name) {
|
opts.names = opts.names.filter(function (name) {
|
||||||
console.log(jwkopts.filename, name.name);
|
|
||||||
return name.name !== jwkopts.filename;
|
return name.name !== jwkopts.filename;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user