From e505c409acddc2da3b8f996d331d4c076ec6c97d Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 18 Feb 2015 12:50:33 -0700 Subject: [PATCH] removed some commented out code --- system/src/Grav/Common/Data/Blueprints.php | 1 - system/src/Grav/Common/Grav.php | 1 - 2 files changed, 2 deletions(-) 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