Skip to content

Commit

Permalink
removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 20, 2011
1 parent a787ee7 commit 096d201
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Silex/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,6 @@ public function onKernelException(GetResponseForExceptionEvent $event)
*/
static public function getSubscribedEvents()
{
// onKernelView listener is added manually because it has lower priority

return array(
KernelEvents::REQUEST => 'onKernelRequest',
KernelEvents::CONTROLLER => 'onKernelController',
Expand Down

0 comments on commit 096d201

Please sign in to comment.