diff --git a/module/program/js/product.js b/module/program/js/product.js index 45283849fd..1b308f296b 100644 --- a/module/program/js/product.js +++ b/module/program/js/product.js @@ -69,7 +69,6 @@ function setCheckbox() function addStatistic() { var checkedLength = $(":checkbox[name^='productIDList']:checked").length; - console.log(checkedLength) if(checkedLength > 0) { var summary = checkedProducts.replace('%s', checkedLength);