diff --git a/system/src/Grav/Common/Grav.php b/system/src/Grav/Common/Grav.php index edf05cd4c..faf71398a 100644 --- a/system/src/Grav/Common/Grav.php +++ b/system/src/Grav/Common/Grav.php @@ -141,8 +141,6 @@ class Grav extends Container // Set the header type $this->header(); - Debugger::barDump($this['plugins']); - echo $this->output; $this->fireEvent('onOutputRendered');