From ea2b6712cdb3393f03e5e1fdd25df4d07bc8b713 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 24 Oct 2020 11:58:07 +0200 Subject: [PATCH] Remove obsolete code --- src/index.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/index.js b/src/index.js index 640f05e..8dccd6f 100644 --- a/src/index.js +++ b/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