Skip to content

Commit

Permalink
Useless statement removed
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsvec committed Jul 16, 2014
1 parent 29934be commit 4d6513d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/presenters/ApiPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ private function sendApiResponse($status, $response)
{
switch($this->getParameter('format')) {
case "raw":
\Nette\Diagnostics\Debugger::$bar = FALSE;
parent::sendResponse(new \Nette\Application\Responses\TextResponse($response));
break;

Expand Down

0 comments on commit 4d6513d

Please sign in to comment.