diff --git a/Privacy/PrivacyEventSubscriber.php b/Privacy/PrivacyEventSubscriber.php index 7fbd0e3e7..5ca144b93 100644 --- a/Privacy/PrivacyEventSubscriber.php +++ b/Privacy/PrivacyEventSubscriber.php @@ -24,8 +24,6 @@ namespace Chill\PersonBundle\Privacy; use Psr\Log\LoggerInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; -use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent; -use Symfony\Component\HttpKernel\KernelEvents; use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; class PrivacyEventSubscriber implements EventSubscriberInterface @@ -80,22 +78,5 @@ class PrivacyEventSubscriber implements EventSubscriberInterface "[Privacy Event] A Person Folder has been viewed", array_merge($involved, $event->getArgs()) ); - - dump($event); - } - - public function processException(GetResponseForExceptionEvent $event) - { - // ... - } - - public function logException(GetResponseForExceptionEvent $event) - { - // ... - } - - public function notifyException(GetResponseForExceptionEvent $event) - { - // ... } } \ No newline at end of file