diff --git a/fetch.js b/fetch.js index 84bd8a5..57baf0d 100644 --- a/fetch.js +++ b/fetch.js @@ -64,6 +64,7 @@ function getAllAnswersElement(response) { * @returns {Answer} */ function parseAnswerElement(index, element, allAnswersElement) { + console.log("PARSING AWNSER"); // Check for Possible Tags if (!(element.tagName === "P" || element.tagName === "STRONG")) { return;