diff --git a/app/libs/send-email-notifications.js b/app/libs/send-email-notifications.js index 010148a4..8d4fd281 100644 --- a/app/libs/send-email-notifications.js +++ b/app/libs/send-email-notifications.js @@ -30,15 +30,6 @@ module.exports = { } }); - //Removed unused variables - //TODO: Currently querySelectorAll not working in JSDOM - /* - dom.window.document.querySelectorAll("span[data-id]").forEach(function(elem){ - if(elem !== null){ - elem.outerHTML = ''; - } - }) - */ if(onlyText){ return dom.window.document.documentElement.textContent; }