Pārlūkot izejas kodu

메인화면 console log 삭제 및 비활성화

yhl88 2 gadi atpakaļ
vecāks
revīzija
1a183da6fe
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      src/main/webapp/js/app/main.js

+ 5 - 5
src/main/webapp/js/app/main.js

@@ -151,7 +151,7 @@ require(['config'], function() {
151 151
 				if(XLSX.version!=='0.18.5') {
152 152
 					make_xlsx_lib(XLSX);
153 153
 				}
154
-				console.log("xxxxxx xlsx xxxxxx", XLSX);
154
+				// console.log("xxxxxx xlsx xxxxxx", XLSX);
155 155
 			});
156 156
 		});
157 157
 	});
@@ -172,7 +172,7 @@ function drawChartReq() {
172 172
 	  	};	
173 173
 	  	var chart = new google.charts.Bar(document.getElementById('ITP_PCH_REQ_GRAPH'));
174 174
 	  	// chart.draw(data, options);
175
-		console.log("xx draw char req xx", param, data, chart)
175
+		// console.log("xx draw char req xx", param, data, chart)
176 176
 		chart.draw(data, google.charts.Bar.convertOptions(options));
177 177
 		
178 178
 	}, 'GET'); 
@@ -278,7 +278,7 @@ function drawChartReqUp() {
278 278
 			bars: 'horizontal',
279 279
 			width: 300,
280 280
 		};
281
-		console.log("xxxxxxxxxxx drawChartReqUp xxxxxxxxxxx")
281
+		// console.log("xxxxxxxxxxx drawChartReqUp xxxxxxxxxxx")
282 282
 		
283 283
 		var chart = new google.charts.Bar(document.getElementById('ITP_PCH_REQ_UP_ITEM_GRAPH'));		
284 284
 		chart.draw(data, options);
@@ -303,7 +303,7 @@ function drawChartcore() {
303 303
 			width: 300,
304 304
 	    }; 
305 305
 	    var chart = new google.visualization.PieChart(document.getElementById('ITP_STTL_GRAPH'));	
306
-		console.log("xxxxxxxxxxx drawChartcore xxxxxxxxxxx", data, options )
306
+		// console.log("xxxxxxxxxxx drawChartcore xxxxxxxxxxx", data, options )
307 307
 	    chart.draw(data, options);				
308 308
 		
309 309
 	}, 'GET');
@@ -398,6 +398,6 @@ var itp_fn_MAIN_NOTICE_search = function() {
398 398
 };
399 399
 function clickNotify(nticeNo) {
400 400
 	fn_call_popup('comm', 'NOTICE_INFO_POPUP', '#ITP_ASIDE', function(rowDataPop) { 
401
-		 console.log("rowDataPop ==> ", rowDataPop)
401
+		 // console.log("rowDataPop ==> ", rowDataPop)
402 402
 	}, {nticeNo}, 'S');
403 403
 }