diff --git a/Source/src/app.php b/Source/src/app.php index 635830e..ea5d73a 100644 --- a/Source/src/app.php +++ b/Source/src/app.php @@ -19,7 +19,7 @@ $app = new Silex\Application(); use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -$app['debug'] = true; +$app['debug'] = false; $app->register(new Silex\Provider\UrlGeneratorServiceProvider()); $app->register(new Silex\Provider\TwigServiceProvider(), array( 'twig.path' => __DIR__.'/../',