mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Remove obsolete code
This commit is contained in:
parent
ab5b4814c6
commit
ea2b6712cd
1 changed files with 0 additions and 11 deletions
11
src/index.js
11
src/index.js
|
@ -53,17 +53,6 @@ const verify = (uri, fingerprint, opts) => {
|
|||
if (opts.returnMatchesOnly) {
|
||||
return spMatches
|
||||
}
|
||||
|
||||
// let claimHasBeenVerified = false
|
||||
// let iSp = 0, sp
|
||||
// while (!claimHasBeenVerified) {
|
||||
//
|
||||
// if (!sp.reURI.test(uri)) {
|
||||
// continue;
|
||||
// }
|
||||
//
|
||||
// iSP++
|
||||
// }
|
||||
}
|
||||
|
||||
exports.verify = verify
|
||||
|
|
Loading…
Reference in a new issue