mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug statements
This commit is contained in:
parent
a68a5fb066
commit
8670bbb2f3
1 changed files with 0 additions and 3 deletions
|
|
@ -38,15 +38,12 @@ export async function updateLabelMutation(
|
|||
`
|
||||
|
||||
try {
|
||||
console.log('here', input)
|
||||
const data = await gqlFetcher(mutation)
|
||||
console.log('here 3')
|
||||
console.log(input, data);
|
||||
const output = data as any
|
||||
console.log(output)
|
||||
return output?.updatedLabel
|
||||
} catch (err) {
|
||||
console.log('here 3', err)
|
||||
return undefined
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue