Remove some unneeded debug

This commit is contained in:
Jackson Harper 2022-12-30 12:01:41 +08:00
parent 1668f4c8bc
commit 2329a4c85e

View file

@ -35,7 +35,6 @@ export function useGetLabelsQuery(): LabelsQueryResponse {
`
const { data, mutate, error, isValidating } = useSWR(query, publicGqlFetcher)
console.log(' getting labels: ', isValidating)
try {
if (data) {