From 333c1f28567fe3b9c14b4395019d7edc9b174d3b Mon Sep 17 00:00:00 2001 From: shadrach Date: Wed, 5 Feb 2025 11:03:45 +0100 Subject: [PATCH] chore: clean up --- desci-server/test/integration/Attestation.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/desci-server/test/integration/Attestation.test.ts b/desci-server/test/integration/Attestation.test.ts index 5f88ed5f..564fbf0b 100644 --- a/desci-server/test/integration/Attestation.test.ts +++ b/desci-server/test/integration/Attestation.test.ts @@ -998,7 +998,6 @@ describe.only('Attestations Service', async () => { visible: true, replyTo: comment.id, }); - console.log('reply', res.body.data); reply = res.body.data as Annotation; expect(res.statusCode).to.equal(200);