From 8e29fed1e0d361e75c2094cff362cb1b7798b6ed Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 18 Mar 2026 18:12:27 -0700 Subject: [PATCH] fix: remove console log --- js/src/features/layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/features/layout.tsx b/js/src/features/layout.tsx index 828acdb..8804aec 100644 --- a/js/src/features/layout.tsx +++ b/js/src/features/layout.tsx @@ -60,8 +60,6 @@ function TopBar() { const { networkId, "*": rest } = useParams(); const segments = [networkId, ...rest?.split("/") ?? []].filter(Boolean); - console.log(segments); - const path = rest ? particlePath(networkId!, rest.split("/").filter(Boolean)) : null; const { data: particle } = useQuery(