Pad: Delete non-functional debug logging facility

This commit is contained in:
Richard Hansen 2021-07-27 18:34:33 -04:00
parent 5d39a57507
commit 8d869ec927
7 changed files with 0 additions and 36 deletions

View file

@ -117,7 +117,6 @@ const makeContentCollector = (collectStyles, abrowser, apool, className2Author)
textOfLine: (i) => textArray[i],
appendText: (txt, attrString) => {
textArray[textArray.length - 1] += txt;
// dmesg(txt+" / "+attrString);
op.attribs = attrString;
op.chars = txt.length;
attribsBuilder.append(op);