Forráskód Böngészése

[진료관리] 로그 정리.

(cherry picked from commit 774e7396534ec76f1532917a264a4c4e4d34e79d)
sjpark 4 éve
szülő
commit
57b357a0cc

+ 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');
     }