diff --git a/src/Authorization/EventSubscriber/AbstractGetAttributeSubscriber.php b/src/Authorization/EventSubscriber/AbstractGetAttributeSubscriber.php
index 79b1d4e760ced3395a44f43b32efbe9f749c5974..b50da01f2aed0f08052bc1f9f2f85fb1fbad0bc0 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();