Remove comment

mdx-conversion
Jared He 2 years ago
parent e8fc840733
commit 199adf6d55
  1. 3
      scripts/mdx-scripts/event-conversion.js

@ -58,8 +58,7 @@ const nodeChildrenToString = (nodeChildren) => {
const parseXML = (XML) => {
const xmlDoc = libxmljs.parseHtml(XML);
let eventdefsChildren = xmlDoc.get("//eventdefs").childNodes();
eventdefsChildren.forEach((eventItem) => {
// sometimes there's events that are commented out, hopefully this catches that
eventdefsChildren.forEach((eventItem) => {``
if (eventItem.type() === "element") {
const title = eventItem.attr("title").value();
const shortNodes = eventItem.get(".//short").childNodes();

Loading…
Cancel
Save