去掉console.log信息

This commit is contained in:
duandongmei
2018-09-13 18:12:04 +08:00
parent b74d51f9fb
commit 6c72d606f6

View File

@@ -11,7 +11,6 @@ $(function(){
direction:[] direction:[]
}); });
$("select[name$='isHexbin']").each(function(){ $("select[name$='isHexbin']").each(function(){
console.log("isHexbin:"+$(this).val());
setIsHexBin(this); setIsHexBin(this);
}); });
$("input[name$='isHex']").on("change",function(){ $("input[name$='isHex']").on("change",function(){