Skip to content
Snippets Groups Projects
Commit 15bd7b12 authored by Groß-Vogt, Tobias's avatar Groß-Vogt, Tobias
Browse files

removed dump call

parent f03e66b3
No related branches found
No related tags found
No related merge requests found
Pipeline #232992 passed
...@@ -29,7 +29,6 @@ abstract class AbstractGetAttributeSubscriber implements EventSubscriberInterfac ...@@ -29,7 +29,6 @@ abstract class AbstractGetAttributeSubscriber implements EventSubscriberInterfac
public function onGetAttributeEvent(GetAttributeEvent $event) public function onGetAttributeEvent(GetAttributeEvent $event)
{ {
try { try {
dump($this->getNewAttributes());
array_push($this->eventStack, $event); array_push($this->eventStack, $event);
$attributeName = $event->getAttributeName(); $attributeName = $event->getAttributeName();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment