Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Oct 3, 2024
1 parent 67eaeaf commit f9fb8e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { securityLoader } from '@digitalcredentials/security-document-loader';
import { extractCredentialsFrom } from './verifiableObject';
import { registryCollections } from '@digitalcredentials/issuer-registry-client';
import { getCredentialStatusChecker } from './credentialStatus';
import { error } from 'console';

const documentLoader = securityLoader({ fetchRemoteContexts: true }).build()
const suite = new Ed25519Signature2020();
Expand Down

0 comments on commit f9fb8e2

Please sign in to comment.