From c7d28d641cbd1a0987f5d07d513db3062cb317b9 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 20 Nov 2017 21:05:58 -0800 Subject: [PATCH] removed commented out code in send-email-notifications --- app/libs/send-email-notifications.js | 9 --------- 1 file changed, 9 deletions(-) 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; }