diff --git a/Herbert/Framework/Panel.php b/Herbert/Framework/Panel.php index e2525ce..45a1a17 100644 --- a/Herbert/Framework/Panel.php +++ b/Herbert/Framework/Panel.php @@ -80,8 +80,6 @@ public function __construct(Application $app, Http $http) $http->setMethod($old); } - dd($http->method()); - if ($http->method() !== 'GET') { add_action('init', [$this, 'bootEarly']);