diff --git a/utils/search.tsx b/utils/search.tsx index 6ef54e9e4..beb003bf8 100644 --- a/utils/search.tsx +++ b/utils/search.tsx @@ -10,8 +10,6 @@ export function useSearchMeta(asPath: string) { const path = asPath.split('?')[0] const parts = path.split('/') - console.log('P', parts) - let c = parts[2] let b = parts[3]