Skip to content

Commit

Permalink
[C] remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Oct 17, 2023
1 parent 091f98a commit 3c7076b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const getGlobals = async (locale = "en"): Promise<GlobalData> => {
section: ["pages"],
},
});
console.log(data);

return {
categories: data?.categories,
Expand Down

0 comments on commit 3c7076b

Please sign in to comment.