diff --git a/system/src/Grav/Common/Data/Blueprints.php b/system/src/Grav/Common/Data/Blueprints.php index 1a8c2ef11..a92f235f2 100644 --- a/system/src/Grav/Common/Data/Blueprints.php +++ b/system/src/Grav/Common/Data/Blueprints.php @@ -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 = []; } diff --git a/system/src/Grav/Common/Grav.php b/system/src/Grav/Common/Grav.php index 47b2b7f60..4eefa12ad 100644 --- a/system/src/Grav/Common/Grav.php +++ b/system/src/Grav/Common/Grav.php @@ -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