removed some commented out code

This commit is contained in:
Andy Miller
2015-02-18 12:50:33 -07:00
parent 409742c078
commit e505c409ac
2 changed files with 0 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ class Blueprints
$file = CompiledYamlFile::instance($filename);
$blueprints = $file->content();
} else {
// throw new \RuntimeException("Blueprints for '{$type}' cannot be found! {$this->search}{$type}");
$blueprints = [];
}

View File

@@ -292,7 +292,6 @@ class Grav extends Container
// Set debugger data in headers
if (!($extension === null || $extension == 'html')) {
$this['debugger']->enabled(false);
// $this['debugger']->sendDataInHeaders();
}
// Set HTTP response code