Skip to content

Commit

Permalink
refactor: remove debug console.log statements from FilterCard component
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberOneBot committed Jan 19, 2025
1 parent 289ded3 commit 75d186d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/FilterCard/FilterCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ const FilterCard = ({
const zeroGain = useMemo(() => getZeroGain(type), [type])
const zeroQ = useMemo(() => getZeroQ(type), [type])

console.log('Filter type', type,
'type === BYPASS', ['BYPASS'].includes(type),
'getZeroFreq(type)', getZeroFreq(type),
'getZeroGain(type)', getZeroGain(type),
'getZeroQ(type)', getZeroQ(type)
)

const color =
type === 'BYPASS'
? tailwindColors.slate[400]
Expand Down

0 comments on commit 75d186d

Please sign in to comment.