mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove loggers
This commit is contained in:
parent
3f7a60543b
commit
f33c1e409d
1 changed files with 0 additions and 3 deletions
|
|
@ -53,9 +53,6 @@ const categorySlug = getKindToCategorySlug( pathSlug )
|
||||||
if ( !!categorySlug ) {
|
if ( !!categorySlug ) {
|
||||||
const category = categories[ categorySlug ]
|
const category = categories[ categorySlug ]
|
||||||
|
|
||||||
console.log( 'pathSlug', pathSlug )
|
|
||||||
console.log( 'category', category )
|
|
||||||
|
|
||||||
const baseFilters = [
|
const baseFilters = [
|
||||||
makeCategoryFilterFromCategorySlug( categorySlug ),
|
makeCategoryFilterFromCategorySlug( categorySlug ),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue