Skip to content

Commit b1caa6d

Browse files
committed
Remove log
1 parent 26f28d5 commit b1caa6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/components/filters/drinks-filter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export function DrinksFilter(props: {
9191
lowValue={filters.drinks_min ?? DRINKS_MIN}
9292
highValue={filters.drinks_max ?? DRINKS_MAX}
9393
setValues={(low: number, high: number) => {
94-
console.log('setValues', low, high)
9594
updateFilter({
9695
drinks_min: Number(low),
9796
drinks_max: Number(high),

0 commit comments

Comments
 (0)