@@ -87,8 +87,6 @@ Allows for using regular expressions as a mask
if (currentToken.matches.length > 0)
opts.regexTokens.push(currentToken);
-
- console.log(JSON.stringify(opts.regexTokens));
};
function validateRegexToken(token, fromGroup) {