fix: remove console log

This commit is contained in:
talksik
2026-03-18 18:12:27 -07:00
parent 6d84fbe20c
commit 8e29fed1e0
-2
View File
@@ -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(