diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index 1438228ee..062a38d13 100644 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -322,7 +322,6 @@ export default function InputWithTags({ ((filterType === "before" || filterType === "after") && trimmedValue.match(/^\d{8}$/)) ) { - console.log(filterType, trimmedValue); createFilter(filterType, trimmedValue); setInputValue((prev) => { const regex = new RegExp(