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(){