From 48b50317ba78c9c1b2d8e1cdd393721db1f5b50f Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Mon, 4 Sep 2023 10:06:06 +0200 Subject: [PATCH] remove console.log --- src/components/Routes/Router.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Routes/Router.tsx b/src/components/Routes/Router.tsx index e14083f0..a1fe6c0d 100644 --- a/src/components/Routes/Router.tsx +++ b/src/components/Routes/Router.tsx @@ -37,7 +37,6 @@ export const routes = Object.keys(links).map((key) => ({ const Router: React.FC = () => { const { user } = useContext(UserContext) - console.log(user) return ( <Switch> -- GitLab