From d20abf6ec06207a2a7c32b3d85cc9421758a7540 Mon Sep 17 00:00:00 2001 From: Connor Parks Date: Tue, 9 Jun 2015 14:33:01 +0100 Subject: [PATCH] removed debug --- Herbert/Framework/Panel.php | 2 -- 1 file changed, 2 deletions(-) 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']);