Skip to content
Snippets Groups Projects
Commit 9f39eeef authored by Camilo Ernesto Escobar Bedoya's avatar Camilo Ernesto Escobar Bedoya
Browse files

Issue #3362297 Removed debug lines

parent 49a844e9
No related branches found
No related tags found
1 merge request!73Issue #3362297 Provide new configuration option in the Registrant Settings form to enable/disabled the email notifications queue
...@@ -140,8 +140,6 @@ function recurring_events_reminders_cron() { ...@@ -140,8 +140,6 @@ function recurring_events_reminders_cron() {
->accessCheck(FALSE) ->accessCheck(FALSE)
->execute(); ->execute();
print_r(array_keys($event_instances));
if (!empty($event_instances)) { if (!empty($event_instances)) {
$instances = \Drupal::entityTypeManager()->getStorage('eventinstance')->loadMultiple($event_instances); $instances = \Drupal::entityTypeManager()->getStorage('eventinstance')->loadMultiple($event_instances);
...@@ -158,7 +156,7 @@ function recurring_events_reminders_cron() { ...@@ -158,7 +156,7 @@ function recurring_events_reminders_cron() {
$registrants = $registration_creation_service->retrieveRegisteredParties(); $registrants = $registration_creation_service->retrieveRegisteredParties();
if (empty($registrants)) { if (empty($registrants)) {
continue; return;
} }
$key = 'registration_reminder'; $key = 'registration_reminder';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment