From 6c72d606f61d46353dc180a789621958ffbe8ced Mon Sep 17 00:00:00 2001 From: duandongmei Date: Thu, 13 Sep 2018 18:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89console.log=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 12341e3ac..bc46e2a61 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -11,7 +11,6 @@ $(function(){ direction:[] }); $("select[name$='isHexbin']").each(function(){ - console.log("isHexbin:"+$(this).val()); setIsHexBin(this); }); $("input[name$='isHex']").on("change",function(){