refactor: remove temporary console.logs

This commit is contained in:
Hossein Mehrabi 2023-08-17 17:16:27 +03:30
parent 236116da6c
commit beb01a470c
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
2 changed files with 0 additions and 4 deletions

View File

@ -30,9 +30,6 @@ export class UnbodyHelpers {
const exclude: string[] = []
for (const p of input) {
if (p.includes('|')) {
console.log(p.split('|'))
}
if (p.startsWith('!')) exclude.push(p.slice(1))
else if (p.includes('|'))
or.push(...p.split('|').filter((s) => s.length > 0))

View File

@ -292,7 +292,6 @@ export class UnbodyService {
},
},
})
console.log(docs.length)
return unbodyDataTypes.transformMany<LPE.Article.Data>(
articleDocument,