From 8501f5b7b8945d6371df62f19021bc897e36f169 Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Mon, 12 Feb 2024 11:39:33 +0100 Subject: [PATCH] chore: remove console.logs --- components/Current/Footer/Navigation.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/Current/Footer/Navigation.tsx b/components/Current/Footer/Navigation.tsx index b49b48de7..50bc4e56f 100644 --- a/components/Current/Footer/Navigation.tsx +++ b/components/Current/Footer/Navigation.tsx @@ -6,7 +6,6 @@ import Link from "next/link" function NavigationItem({ linkObject, lang }: FooterNavigationItemProps) { if (linkObject.__typename === "FooterNavigationLinksInternalLink") { - console.log({ foobar: JSON.stringify(linkObject) }) const href = `/${lang}${linkObject.internal_link.pageConnection.edges[0].node.url}` return (
  • @@ -36,8 +35,6 @@ export default function Navigation({

    {group.title}