diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-25 23:41:44 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-25 23:41:44 -0500 |
| commit | 818a4f598851d4fbfac5addbfd3fedc59772ac2b (patch) | |
| tree | f6c5bda4b0e3c65e4d574df804390301e48cbfe0 /StoneIsland/www/js/vendor/jquery.creditCardValidator.js | |
| parent | 98e21c4f1b096fc117a6a0f770bb69ab7c83914d (diff) | |
populate cc test data
Diffstat (limited to 'StoneIsland/www/js/vendor/jquery.creditCardValidator.js')
| -rw-r--r-- | StoneIsland/www/js/vendor/jquery.creditCardValidator.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/StoneIsland/www/js/vendor/jquery.creditCardValidator.js b/StoneIsland/www/js/vendor/jquery.creditCardValidator.js index 3ec39f27..56ce1bf6 100644 --- a/StoneIsland/www/js/vendor/jquery.creditCardValidator.js +++ b/StoneIsland/www/js/vendor/jquery.creditCardValidator.js @@ -181,7 +181,6 @@ IN THE SOFTWARE. return function() { var number; number = normalize($(_this).val()); - console.log(number) return validate_number(number); }; })(this); |
