chore: removed one more console.log

This commit is contained in:
Catalin Pit
2023-09-04 16:41:28 +03:00
parent b23967d777
commit aecf2f32b9

View File

@ -83,8 +83,6 @@ export const completeDocumentWithToken = async ({
}, },
}); });
console.log('documents', documents);
if (documents.count > 0) { if (documents.count > 0) {
await sealDocument({ documentId: document.id }); await sealDocument({ documentId: document.id });
} }