diff --git a/components/FilterBar/index.tsx b/components/FilterBar/index.tsx index 062437c1..edd28eca 100644 --- a/components/FilterBar/index.tsx +++ b/components/FilterBar/index.tsx @@ -69,8 +69,7 @@ const FilterBar = (props: Props) => {
{props.children} ( // Enable changing select value function handleChange(value: string) { - console.log(value) if (props.onChange) props.onChange(value) if (raids) { @@ -128,8 +127,7 @@ const RaidDropdown = React.forwardRef( return (