Remove console.log

This commit is contained in:
Tom Southall
2022-02-21 18:28:22 +00:00
parent 8e12ba19f8
commit c2c8ccca90

View File

@@ -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 ''