removed console.logs

This commit is contained in:
rafaelsideguide
2024-06-24 16:43:12 -03:00
parent 56d42d9c9b
commit 3ebdf93342
7 changed files with 4 additions and 100 deletions
-2
View File
@@ -78,11 +78,9 @@ export async function runWebScraper({
pageOptions: pageOptions,
});
}
console.log('runWebScraper - getDocuments')
const docs = (await provider.getDocuments(false, (progress: Progress) => {
inProgress(progress);
})) as Document[];
console.log('runWebScraper - getDocuments - done - docs.length:', docs.length)
if (docs.length === 0) {
return {