Selaa lähdekoodia

[WebProfilerBundle] Remove dead code

Victor Berchet 14 vuotta sitten
vanhempi
commit
643a2d5657

+ 0 - 2
src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

@@ -175,8 +175,6 @@ class ProfilerController extends ContainerAware
 
         return $this->container->get('templating')->renderResponse('WebProfilerBundle:Profiler:search.html.twig', array(
             'token'    => $token,
-            'profiler' => $profiler,
-            'tokens'   => $profiler->find($ip, $url, $limit),
             'ip'       => $ip,
             'url'      => $url,
             'limit'    => $limit,