@@ -49,7 +49,6 @@ to *`decorate`_* the kernel with additional features. Examples include:
49
49
* Configure the autoloader or add additional autoloading mechanisms
50
50
* Add HTTP level caching by wrapping the kernel with an instance of
51
51
:doc: `AppCache</book/http_cache#symfony2-reverse-proxy> `
52
- * Enabling the `Debug component `_
53
52
54
53
When using Apache and the `RewriteRule shipped with the
55
54
Standard Edition `_, the front controller can be chosen by requesting
@@ -181,6 +180,5 @@ are, of course, free to implement this method differently if you need
181
180
.. _app/console :https://github.com/symfony/symfony-standard/blob/master/app/console
182
181
.. _AppKernel :https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
183
182
.. _decorate :http://en.wikipedia.org/wiki/Decorator_pattern
184
- .. _Debug Component :https://github.com/symfony/symfony/pull/7441
185
183
.. _RewriteRule shipped with the Standard Edition :https://github.com/symfony/symfony-standard/blob/master/web/.htaccess)
186
184
.. _template methods :http://en.wikipedia.org/wiki/Template_method_pattern