mirror of
https://github.com/wassname/wtforms-parsleyjs.git
synced 2026-06-27 17:18:26 +08:00
remove console logging
This commit is contained in:
@@ -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.')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user