Roo/bootstrap/PhoneInput.js
authoredward <edward@roojs.com>
Thu, 19 Apr 2018 09:38:06 +0000 (17:38 +0800)
committeredward <edward@roojs.com>
Thu, 19 Apr 2018 09:38:06 +0000 (17:38 +0800)
Roo/bootstrap/PhoneInput.js

index d457f24..d05a4ed 100644 (file)
@@ -543,8 +543,6 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
             var k = e.getKey();
             var c = e.getCharCode();
             
-            Roo.log(c);
-            
             if(
                     (String.fromCharCode(c) == '.' || String.fromCharCode(c) == '-') &&
                     this.allowed.indexOf(String.fromCharCode(c)) === -1