Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Parks authored and Connor Parks committed Jun 9, 2015
1 parent 98b4926 commit d20abf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Herbert/Framework/Panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit d20abf6

Please sign in to comment.