[WebProfilerBundle] Remove unused line

This commit is contained in:
alexandresalome 2011-09-06 21:08:32 +02:00
parent 69a50abcf8
commit defdb82372

View File

@ -113,8 +113,6 @@ class WebDebugToolbarListener
$content = $response->getContent();
$pos = $posrFunction($content, '</body>');
if ($this->cssPosition === 'bottom') {
$pos = $posrFunction($content, '</body>');
} else {