diff --git a/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn06010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn06010-main.jsp
index bda9cbc..1d10443 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn06010-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/crdn/crdn06010-main.jsp
@@ -501,7 +501,6 @@ $(document).ready(function(){
}
$P.renderCrdnList = (total, listLength, trs, option) => {
- debug("renderCrdnList");
let noMore = (listLength >= total);
let initScroll = (ctrl.query.pageNum < 2);
if (option && option.reloaded){
diff --git a/src/main/webapp/WEB-INF/jsp/include/head.jsp b/src/main/webapp/WEB-INF/jsp/include/head.jsp
index 2ff401f..a365e49 100644
--- a/src/main/webapp/WEB-INF/jsp/include/head.jsp
+++ b/src/main/webapp/WEB-INF/jsp/include/head.jsp
@@ -44,5 +44,4 @@
" />
" />
" />
-
-
+
\ No newline at end of file