From aac9a22a4b327745ef9dd70555386d8c1b007bea Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:23:29 -0500 Subject: [PATCH] clean up --- web/src/components/input/InputWithTags.tsx | 1 - 1 file changed, 1 deletion(-) 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(