From c2c8ccca908089583a0c365ae16181f61e56c5bf Mon Sep 17 00:00:00 2001 From: Tom Southall Date: Mon, 21 Feb 2022 18:28:22 +0000 Subject: [PATCH] Remove console.log --- src/lib/components/hooks/containerEffects.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/hooks/containerEffects.js b/src/lib/components/hooks/containerEffects.js index c2f1979..3bd0968 100644 --- a/src/lib/components/hooks/containerEffects.js +++ b/src/lib/components/hooks/containerEffects.js @@ -22,7 +22,6 @@ export const useAutoFocus = (queryInput, autoFocus) => { // TODO: might be able export const useQueryChange = (query, queryInput, typeaheadInput, onChange) => { useEffect(() => { - // console.log('query changed', { query }) const value = (() => { const currentValue = typeaheadInput.current.value if (!query) return ''