From e9d0ce0aba5c2b59920ba13e8d91b08bf55e34c4 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Sun, 29 May 2022 00:26:07 -0700 Subject: [PATCH] Update index.js --- netlify/edge-functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/edge-functions/index.js b/netlify/edge-functions/index.js index b9851cc..25cb649 100644 --- a/netlify/edge-functions/index.js +++ b/netlify/edge-functions/index.js @@ -56,7 +56,7 @@ export default async (request, context) => { } } - context.log("Providing Metadata",ua, info, content); + context.log("Providing Metadata",ua, info); return new Response(content.join("\n"), { headers: { "content-type": "text/html" },