From 92c990f2f74fca3cd2b0f1e54088ca301b15cbf9 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 23 Jan 2024 10:16:42 -0500 Subject: [PATCH] chore: remove debug log --- test/activitypub.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/activitypub.js b/test/activitypub.js index da1a4b8992..61388612bf 100644 --- a/test/activitypub.js +++ b/test/activitypub.js @@ -234,7 +234,6 @@ describe('ActivityPub integration', () => { }); it('should return a valid ActivityPub Actor JSON-LD payload', async () => { - console.log(body); assert(body.hasOwnProperty('@context')); assert(body['@context'].includes('https://www.w3.org/ns/activitystreams'));