Skip to content

Commit

Permalink
remove accidental dump
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Sep 16, 2021
1 parent fe35ecd commit d3e3f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __invoke(DataContainer $dc): void
}

$mainEvent = $this->eventRegistration->getMainEvent($event);
dump($GLOBALS['TL_DCA']['tl_calendar_events']['fields']['languageMain']);

if ((int) $mainEvent->id === (int) $event->id) {
return;
}
Expand Down

0 comments on commit d3e3f8c

Please sign in to comment.