mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove debug log
This commit is contained in:
parent
6482d280f7
commit
42f2cffdf8
1 changed files with 0 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ export const functionResolvers = {
|
|||
)
|
||||
},
|
||||
async labels(article: { linkId: string }): Promise<Label[] | undefined> {
|
||||
console.log('labels', article.linkId)
|
||||
const link = await getRepository(Link).findOne(article.linkId, {
|
||||
relations: ['labels'],
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue