Browse Source

remove console.log

Robin Herbots 12 years ago
parent
commit
b90068db9c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      js/jquery.inputmask.js

+ 0 - 1
js/jquery.inputmask.js

@@ -1090,7 +1090,6 @@
                                 }
                             }
                             if(android) {
-                    			console.log("restore " + caretSavePoint.begin + ' ' + caretSavePoint.end);
                    		 		caret(input, caretSavePoint.begin, caretSavePoint.end);
                   			}
                             e.preventDefault();