Skip to content

Commit

Permalink
Update scrupulous.js
Browse files Browse the repository at this point in the history
Sorry, I'm a dumbass and shouldn't be so hasty with releases..  removed console.log
  • Loading branch information
shanezr committed Aug 27, 2015
1 parent 46dc1f9 commit b673eb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/scrupulous.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@

/** no way to validate a masked card, will have to let the backend handle it **/
if ( number.match(/^[xX*-]+\d{4}$/g) ){
console.log("match a mask")
return true;
}

Expand Down

0 comments on commit b673eb3

Please sign in to comment.