Skip to content

Commit

Permalink
Depracated function
Browse files Browse the repository at this point in the history
  • Loading branch information
1josefnevoral committed Jul 25, 2014
1 parent a5e2aad commit 96afe3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/bootstrap.php
Expand Up @@ -27,11 +27,9 @@
// Configure application
$configurator = new \Nette\Configurator();
if (function_exists('isDebugMode') AND isDebugMode($debugArray) == true) {
$configurator->setProductionMode(false);
$configurator->setDebugMode(true);
}

//$configurator->setProductionMode(true);

// Enable RobotLoader - this will load all classes automatically
$configurator->setTempDirectory(__DIR__ . '/../temp');
$configurator->createRobotLoader()
Expand Down

0 comments on commit 96afe3b

Please sign in to comment.