Remove console.log

This commit is contained in:
Paul Clarke 2016-10-28 11:49:34 +13:00
parent 71a4eb7d22
commit fad8df83cc

View File

@ -80,7 +80,6 @@ class FormBuilderModal extends SilverStripeComponent {
* @returns {Promise}
*/
handleSubmit(data, action, submitFn) {
console.log(data, action, submitFn);
let promise = null;
if (typeof this.props.handleSubmit === 'function') {
promise = this.props.handleSubmit(data, action, submitFn);