Skip to content

Commit 0aae83e

Browse files
author
Benjamin Doherty
committed
remove web profiler from starter kit.
1 parent 2966c5e commit 0aae83e

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

app/AppKernel.php

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function registerBundles()
2020

2121
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
2222
$bundles[] = new Acme\DemoBundle\AcmeDemoBundle();
23-
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
2423
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
2524
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
2625
}

app/config/config_dev.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ framework:
77
strict_requirements: true
88
profiler: { only_exceptions: false }
99

10-
web_profiler:
11-
toolbar: true
12-
intercept_redirects: false
13-
1410
monolog:
1511
handlers:
1612
main:

app/config/routing_dev.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
_wdt:
2-
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
3-
prefix: /_wdt
4-
5-
_profiler:
6-
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
7-
prefix: /_profiler
8-
91
_configurator:
102
resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
113
prefix: /_configurator

0 commit comments

Comments
 (0)