mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
removed some commented out code
This commit is contained in:
@@ -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 = [];
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user