1
0
miroir de https://github.com/therootcompany/keyfetch.js.git synchronisé 2024-11-16 17:29:02 +00:00

v1.1.3: remove bogus log

Cette révision appartient à :
AJ ONeal 2019-02-25 16:04:43 -07:00
Parent 6d5c9d0097
révision cfe814ebb0
2 fichiers modifiés avec 1 ajouts et 2 suppressions

Voir le fichier

@ -115,7 +115,6 @@ function checkId(id) {
return function (results) { return function (results) {
var result = results.some(function (result) { var result = results.some(function (result) {
// we already checked iss above // we already checked iss above
console.log(result);
return result.jwk.kid === id || result.thumbprint === id; return result.jwk.kid === id || result.thumbprint === id;
})[0]; })[0];

Voir le fichier

@ -31,5 +31,5 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"version": "1.1.2" "version": "1.1.3"
} }