v1.1.3: remove bogus log

Tento commit je obsažen v:
AJ ONeal 2019-02-25 16:04:43 -07:00
rodič 6d5c9d0097
revize cfe814ebb0
2 změnil soubory, kde provedl 1 přidání a 2 odebrání

Zobrazit soubor

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

Zobrazit soubor

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