editor: drop debug logging from the tiptap patch

The patch added two console.log calls: one dumping every editor's paste
rules, one logging the selection while a view is built. Chrome retains
objects passed to the console so they can be inspected later, and each
PasteRule closes over its editor, so every editor ever opened was kept
alive along with its state and document. They also showed up in the
output of every editor test.
This commit is contained in:
Ammar Ahmed
2026-08-31 11:35:48 +05:00
parent 4c702af1ca
commit 6efa67fe3b

File diff suppressed because one or more lines are too long