mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove unused code and dum
This commit is contained in:
parent
cdaf3af2d4
commit
4f78b8fb54
@ -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)
|
||||
{
|
||||
// ...
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user