mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove console.log
This commit is contained in:
parent
71a4eb7d22
commit
fad8df83cc
@ -80,7 +80,6 @@ class FormBuilderModal extends SilverStripeComponent {
|
|||||||
* @returns {Promise}
|
* @returns {Promise}
|
||||||
*/
|
*/
|
||||||
handleSubmit(data, action, submitFn) {
|
handleSubmit(data, action, submitFn) {
|
||||||
console.log(data, action, submitFn);
|
|
||||||
let promise = null;
|
let promise = null;
|
||||||
if (typeof this.props.handleSubmit === 'function') {
|
if (typeof this.props.handleSubmit === 'function') {
|
||||||
promise = this.props.handleSubmit(data, action, submitFn);
|
promise = this.props.handleSubmit(data, action, submitFn);
|
||||||
|
Loading…
Reference in New Issue
Block a user