mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove some debug code
This commit is contained in:
parent
e5e61885cb
commit
36abe762d6
1 changed files with 0 additions and 2 deletions
|
|
@ -361,10 +361,8 @@ function LabelButton(props: LabelButtonProps): JSX.Element {
|
|||
const state = useMemo(() => {
|
||||
const term = props.searchTerm ?? ''
|
||||
if (term.indexOf(`label:\"${props.label.name}\"`) >= 0) {
|
||||
console.log('returning true for: ', term)
|
||||
return 'on'
|
||||
}
|
||||
console.log('returning off for: ', term)
|
||||
return 'off'
|
||||
}, [props.searchTerm, props.label])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue