removed commented out code in send-email-notifications

This commit is contained in:
David Baldwynn 2017-11-20 21:05:58 -08:00
parent eb658af30d
commit c7d28d641c

View file

@ -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;
}