diff --git a/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp b/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp index a09fc87e..83b8c61b 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp @@ -243,7 +243,6 @@ .then((response) => response.blob()) .then((blob) => { const url = URL.createObjectURL(blob); - console.log(url); var x = document.createElement("img"); x.setAttribute("src", url); //x.style = 'width:150px; display: block;';