diff options
author | Matthew Miller <matthew@millerti.me> | 2021-09-09 21:47:15 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-09-09 21:47:24 -0700 |
commit | 5b2bcabc88ece8e5904cd2047c166c323a27d4bd (patch) | |
tree | ca40bffa283fe68da80fe7c8ff2960f15ddce02b /example/fido-conformance.ts | |
parent | 3e34cce5e8fef74936287eb70719ccf63d5e53c0 (diff) |
Log count of cached local statements
Diffstat (limited to 'example/fido-conformance.ts')
-rw-r--r-- | example/fido-conformance.ts | 4 |
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'); }); |