Browse Source

remove console.logs

Robin Herbots 12 years ago
parent
commit
4c5f8720a3

BIN
dist/jQuery.InputMask.2.3.22.nupkg


+ 2 - 2
dist/jquery.inputmask.bundle.js

@@ -2428,7 +2428,7 @@ Allows for using regular expressions as a mask
                                         if (isvalid) break;
                                     }
                                     regexPart += matchToken;
-                                    console.log(bufferStr + " " + exp + " " + isvalid);
+                                    //console.log(bufferStr + " " + exp + " " + isvalid);
                                 } else {
                                     regexPart += matchToken;
                                     var testExp = regexPart.replace(/\|$/, "");
@@ -2437,7 +2437,7 @@ Allows for using regular expressions as a mask
                                     }
                                     var exp = new RegExp("^(" + testExp + ")$");
                                     isvalid = exp.test(bufferStr);
-                                    console.log(bufferStr + " " + exp + " " + isvalid);
+                                    //console.log(bufferStr + " " + exp + " " + isvalid);
                                 }
                                 if (isvalid) break;
                             }

File diff suppressed because it is too large
+ 51 - 51
dist/jquery.inputmask.bundle.min.js


File diff suppressed because it is too large
+ 4 - 4
dist/min/jquery.inputmask.regex.extensions.js


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

@@ -124,7 +124,7 @@ Allows for using regular expressions as a mask
                                         if (isvalid) break;
                                     }
                                     regexPart += matchToken;
-                                    console.log(bufferStr + " " + exp + " " + isvalid);
+                                    //console.log(bufferStr + " " + exp + " " + isvalid);
                                 } else {
                                     regexPart += matchToken;
                                     var testExp = regexPart.replace(/\|$/, "");
@@ -133,7 +133,7 @@ Allows for using regular expressions as a mask
                                     }
                                     var exp = new RegExp("^(" + testExp + ")$");
                                     isvalid = exp.test(bufferStr);
-                                    console.log(bufferStr + " " + exp + " " + isvalid);
+                                    //console.log(bufferStr + " " + exp + " " + isvalid);
                                 }
                                 if (isvalid) break;
                             }