diff --git a/example/challenge-store.js b/example/challenge-store.js index cae50e0..291ec3c 100644 --- a/example/challenge-store.js +++ b/example/challenge-store.js @@ -11,7 +11,6 @@ // but that's super inefficient considering that you need it // for all of 500ms and there's no sense in that. - var challengeCache = {}; var challengeStore = { set: function (hostname, key, value, cb) {