Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 090dd87

Browse files
committed
simplified code
1 parent 0e8094a commit 090dd87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/console

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ $debug = getenv('SYMFONY_DEBUG') !== '0' && !$input->hasParameterOption(array('-
2323

2424
if ($debug) {
2525
Debug::enable();
26-
} else {
27-
include_once __DIR__.'/bootstrap.php.cache';
2826
}
2927

3028
$kernel = new AppKernel($env, $debug);

0 commit comments

Comments
 (0)