old comment removed

This commit is contained in:
mic 2025-01-15 21:02:39 +01:00
parent 798e683674
commit 59f0dcdc13

View file

@ -60,7 +60,6 @@ switch (message.command) {
return Promise.resolve(window.document.body.innerHTML);
case "getOnlyTypedText": {
// TODO: add support for moz-cite-prefix
let t = '';
const children = window.document.body.childNodes;
for (const node of children) {