Roo/util/Format.js
[roojs1] / Roo / util / Format.js
index 01c2343..25a1d4c 100644 (file)
@@ -194,7 +194,6 @@ Roo.util.Format = function(){
             var r = /(\d+)(\d{3})/;
             // add comma's
             while (r.test(whole)) {
-                Roo.log('cannot be empty....');
                 whole = whole.replace(r, '$1' + thousandsDelimiter + '$2');
             }