removing comment

This commit is contained in:
Philipp Holzer 2019-02-17 21:43:19 +01:00
parent f5adbd268b
commit bfed7b3b2f
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
require __DIR__ . '/vendor/autoload.php';
// We assume that the index.php is called by a frontend process
// The value is set to "true" by default in App
$a = Factory\DependencyFactory::setUp('index', __DIR__, true);
$a->runFrontend();