mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 14:48:08 +00:00
refactor: remove temporary console.logs
This commit is contained in:
parent
236116da6c
commit
beb01a470c
@ -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))
|
||||
|
@ -292,7 +292,6 @@ export class UnbodyService {
|
||||
},
|
||||
},
|
||||
})
|
||||
console.log(docs.length)
|
||||
|
||||
return unbodyDataTypes.transformMany<LPE.Article.Data>(
|
||||
articleDocument,
|
||||
|
Loading…
x
Reference in New Issue
Block a user