From 4f78b8fb54dba6b34f7178042e1423ba6f6e1bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 18 Oct 2018 21:54:04 +0200 Subject: [PATCH] remove unused code and dum --- Privacy/PrivacyEventSubscriber.php | 19 ------------------- 1 file changed, 19 deletions(-) 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