Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolatkey committed Aug 31, 2023
1 parent a00c9e3 commit f9a316d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export class PageContentIteratorPDF extends Iterator{
(item: TextItem) => item?.str !== " " && item?.str !== ""
) as Array<TextItem>;

console.log("TTS_____contentFiltered::", contentFiltered);

this.pageContentFiltered = contentFiltered.map((item) => {
return new PDFContentElement(item.locator, {
index: contentFiltered.indexOf(item),
Expand Down

0 comments on commit f9a316d

Please sign in to comment.