Roo/util/Format.js
authorjohn <john@roojs.com>
Wed, 20 Jun 2018 03:31:05 +0000 (11:31 +0800)
committerjohn <john@roojs.com>
Wed, 20 Jun 2018 03:31:05 +0000 (11:31 +0800)
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');
             }