chore: update config files, icons and readme
- Update FUNDING.yml formatting - Remove debug log in sanitize-pdf.ts - Adjust test expectation for tool count - Standardize dependabot.yml quotes - Update tool icons in config - Expand and reorganize README features list - Fix markdown formatting in README
This commit is contained in:
@@ -391,9 +391,6 @@ export async function sanitizePdf() {
|
||||
pageDict.delete(PDFName.of('Annots'));
|
||||
}
|
||||
changesMade = true;
|
||||
console.log(
|
||||
`Page ${pageIndex + 1}: Removed ${linksRemoved} link(s)`
|
||||
);
|
||||
}
|
||||
} catch (pageError) {
|
||||
console.warn(
|
||||
|
||||
Reference in New Issue
Block a user