瀏覽代碼

[진료관리] 로그 정리.

sjpark 4 年之前
父節點
當前提交
774e739653
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      src/main/webapp/WEB-INF/jsp/clinic/info.jsp
  2. 0 1
      src/main/webapp/WEB-INF/jsp/clinic/state.jsp

+ 0 - 1
src/main/webapp/WEB-INF/jsp/clinic/info.jsp

@@ -327,7 +327,6 @@ function retrievePhrData(phrType) {
         dataType : "json",
         success  : function( datas ){
 
-          console.log(JSON.stringify(datas));
 						if (phrType==="bloodPressure") {
 							drawBPChart(datas);
 						}

+ 0 - 1
src/main/webapp/WEB-INF/jsp/clinic/state.jsp

@@ -275,7 +275,6 @@ $(document).ready(function() {
     setPageSize(viewEntry);
     retrieveStateData(1, true);
 
-    console.log(viewEntry);
     if(viewEntry === '10000'){
       $('.patients-list').addClass('all');
     }