Disable debug mode by default

This commit is contained in:
Saul Johnson
2017-08-22 20:18:51 +01:00
committed by GitHub
parent f1903b6c6d
commit d4b470023a
+1 -1
View File
@@ -14,7 +14,7 @@ use Avogadrio\MoleculeRenderer;
$app = new Silex\Application();
// Uncomment the line below while debugging your app.
$app['debug'] = true;
// $app['debug'] = true;
// Load config.
$config = Spyc::YAMLLoad(__DIR__ . '/../config/config.yaml');