From 3c7076bd15f373801649cfc8e7a370d46b0b14dc Mon Sep 17 00:00:00 2001 From: Alexandra Goff Date: Tue, 17 Oct 2023 16:52:20 -0700 Subject: [PATCH] [C] remove console --- app/[locale]/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index d1a5563c..7e35a4b6 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -61,7 +61,6 @@ const getGlobals = async (locale = "en"): Promise => { section: ["pages"], }, }); - console.log(data); return { categories: data?.categories,