diff --git a/src/js/utilJS.tw b/src/js/utilJS.tw index 60e1b6694f38a4d2edd7df6b8df536cf04a730f2..e3a908dc92173cad6816bea9a3dbe9c4d5945b62 100644 --- a/src/js/utilJS.tw +++ b/src/js/utilJS.tw @@ -380,7 +380,6 @@ window.Categorizer.prototype.cat = function(val, def) { window.commaNum = function(s) { if(!s) { return 0; } - console.log(window); if(State.variables.formatNumbers != 1) { return s; } return s.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); }