From b673eb3c194e5b99f19a3cd1054a67a3df211500 Mon Sep 17 00:00:00 2001 From: shanezr Date: Thu, 27 Aug 2015 11:50:26 -0600 Subject: [PATCH] Update scrupulous.js Sorry, I'm a dumbass and shouldn't be so hasty with releases.. removed console.log --- js/scrupulous.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/scrupulous.js b/js/scrupulous.js index 51f53bc..675b50f 100644 --- a/js/scrupulous.js +++ b/js/scrupulous.js @@ -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; }