Browse Source

remove console.log

Robin Herbots 11 years ago
parent
commit
5261586cf4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      js/jquery.inputmask.regex.extensions.js

+ 0 - 2
js/jquery.inputmask.regex.extensions.js

@@ -87,8 +87,6 @@ Allows for using regular expressions as a mask
 
 
                             if (currentToken.matches.length > 0)
                             if (currentToken.matches.length > 0)
                                 opts.regexTokens.push(currentToken);
                                 opts.regexTokens.push(currentToken);
-
-                            console.log(JSON.stringify(opts.regexTokens));
                         };
                         };
 
 
                         function validateRegexToken(token, fromGroup) {
                         function validateRegexToken(token, fromGroup) {