Skip to content

Commit fb6e0cd

Browse files
committed
fix: remove log
1 parent 5899036 commit fb6e0cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/did-provider.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ describe('DID Provider', () => {
6363
});
6464

6565
const documents = await wallet.getAllDocuments();
66-
console.log("docdoc", documents);
6766
const keyDocument = documents.find(
6867
item => item.type === 'Ed25519VerificationKey2018',
6968
);

0 commit comments

Comments
 (0)