summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-09-09 21:47:15 -0700
committerMatthew Miller <matthew@millerti.me>2021-09-09 21:47:24 -0700
commit5b2bcabc88ece8e5904cd2047c166c323a27d4bd (patch)
treeca40bffa283fe68da80fe7c8ff2960f15ddce02b /example
parent3e34cce5e8fef74936287eb70719ccf63d5e53c0 (diff)
Log count of cached local statements
Diffstat (limited to 'example')
-rw-r--r--example/fido-conformance.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/example/fido-conformance.ts b/example/fido-conformance.ts
index eca4704..5f3052e 100644
--- a/example/fido-conformance.ts
+++ b/example/fido-conformance.ts
@@ -74,10 +74,6 @@ fetch('https://mds3.certinfra.fidoalliance.org/getEndpoints', {
})
.catch(console.error)
.finally(() => {
- if (statements.length) {
- console.log(`â„šī¸ Initializing metadata service with ${statements.length} local statements`);
- }
-
console.log('🔐 FIDO Conformance routes ready');
});