From 7c904db1ad0436e9259055812ab8d9c5a677d65a Mon Sep 17 00:00:00 2001 From: kubo8 Date: Fri, 23 Dec 2022 16:39:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EC=B9=98=EC=B1=84=EB=84=90=20?= =?UTF-8?q?=ED=98=95=ED=99=A9=20=EB=B7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modules/attractMgt/views/ChannelDetail.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/modules/attractMgt/views/ChannelDetail.vue b/frontend/src/modules/attractMgt/views/ChannelDetail.vue index 882e6ca..b16448c 100644 --- a/frontend/src/modules/attractMgt/views/ChannelDetail.vue +++ b/frontend/src/modules/attractMgt/views/ChannelDetail.vue @@ -264,7 +264,6 @@ export default { var fbSndCntMTotal = 0; if (result != null && result.retCode == '0000') { //데이터값이 널이면 오류처리 - console.log(result.data.list); for (var i = 0; i < result.data.list.length; i++) { sndCntTotal = sndCntTotal + Number(result.data.list[i].sndCnt); sndCntSTotal = sndCntSTotal + Number(result.data.list[i].sndCntS); @@ -352,11 +351,6 @@ export default { sndCntMTotal = sndCntMTotal + Number(data.list[i].sndCntM); sndCntATotal = sndCntATotal + Number(data.list[i].sndCntA); } - console.log('sndCntTotal : ' + sndCntTotal); - console.log('sndCntSTotal : ' + sndCntSTotal); - console.log('sndCntLTotal : ' + sndCntLTotal); - console.log('sndCntMTotal : ' + sndCntMTotal); - console.log('sndCntATotal : ' + sndCntATotal); let totalRow = { sumYm: '합계', sndCnt: sndCntTotal,