WP-Event-Manager Remove restrictions for submitting events

Since WP event manager did an update, it is no longer possible for logged in users with the rol ‘subscriber’ to edit their own published events. How can I commenting this line below so the restriction on event submission for subscribers will be removed?

In function.php is now writing:

// add_action(‘wp_event_manager_event_submit_before’, array($this, ‘wpem_restrict_non_organizer_access_to_dashboard’));