mirror of
https://github.com/fergalmoran/turnstone.git
synced 2025-12-22 09:49:56 +00:00
Remove console.log
This commit is contained in:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user