remove console logging

This commit is contained in:
James O'Toole
2015-02-26 01:13:51 +00:00
parent 5063f10015
commit 04c2ef7f88
-1
View File
@@ -27,7 +27,6 @@ $(document).ready(function() {
if (!d) throw Error("Unknown format descripter: " + fd);
return '(' + d + ')';
}), 'i');
console.log(re)
return re.test(str);
}, 32).addMessage('en', 'datefield', 'The input needs to be in the correct date format.')
});