From d879225b1356e37e4d56f8a1ae27547e8cbf48dd Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 8 Oct 2024 16:43:37 +0200 Subject: [PATCH] Remove debug log --- src/routes/dashboard/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/dashboard/index.tsx b/src/routes/dashboard/index.tsx index 25ffa1f..7318db7 100644 --- a/src/routes/dashboard/index.tsx +++ b/src/routes/dashboard/index.tsx @@ -18,8 +18,6 @@ function About() { queryClient.invalidateQueries({ queryKey: ["cids"] }); }; - console.info(CodexSdk.data); - return ( <>