From f33c1e409d0fd2d0027fbbab1964bcdea21aede5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 7 Jun 2022 15:08:19 -0500 Subject: [PATCH] Remove loggers --- src/pages/kind/[...kindPath].astro | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/kind/[...kindPath].astro b/src/pages/kind/[...kindPath].astro index 80e085e..1156457 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -53,9 +53,6 @@ const categorySlug = getKindToCategorySlug( pathSlug ) if ( !!categorySlug ) { const category = categories[ categorySlug ] - console.log( 'pathSlug', pathSlug ) - console.log( 'category', category ) - const baseFilters = [ makeCategoryFilterFromCategorySlug( categorySlug ), ]