mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove some unneeded debug
This commit is contained in:
parent
1668f4c8bc
commit
2329a4c85e
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ export function useGetLabelsQuery(): LabelsQueryResponse {
|
|||
`
|
||||
|
||||
const { data, mutate, error, isValidating } = useSWR(query, publicGqlFetcher)
|
||||
console.log(' getting labels: ', isValidating)
|
||||
|
||||
try {
|
||||
if (data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue