From 15bd7b12933a3b7522b902f421fffefd4eb3d2a8 Mon Sep 17 00:00:00 2001 From: Tobias Gross-Vogt <tobias.gross-vogt@tugraz.at> Date: Mon, 27 Feb 2023 14:32:33 +0100 Subject: [PATCH] removed dump call --- .../EventSubscriber/AbstractGetAttributeSubscriber.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Authorization/EventSubscriber/AbstractGetAttributeSubscriber.php b/src/Authorization/EventSubscriber/AbstractGetAttributeSubscriber.php index 79b1d4e..b50da01 100644 --- a/src/Authorization/EventSubscriber/AbstractGetAttributeSubscriber.php +++ b/src/Authorization/EventSubscriber/AbstractGetAttributeSubscriber.php @@ -29,7 +29,6 @@ abstract class AbstractGetAttributeSubscriber implements EventSubscriberInterfac public function onGetAttributeEvent(GetAttributeEvent $event) { try { - dump($this->getNewAttributes()); array_push($this->eventStack, $event); $attributeName = $event->getAttributeName(); -- GitLab