1
0
peilaus alkaen https://github.com/therootcompany/keyfetch.js.git synced 2024-11-16 17:29:02 +00:00

v1.1.3: remove bogus log

This commit is contained in:
AJ ONeal 2019-02-25 16:04:43 -07:00
vanhempi 6d5c9d0097
commit cfe814ebb0
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa

Näytä tiedosto

@ -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];

Näytä tiedosto

@ -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"
} }