Skip to content

Commit

Permalink
removed debug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Dec 3, 2012
1 parent c2cf0be commit e01df53
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function sendHeaders()
}
header($header->toString());
}
echo '1';
return $this;
}

Expand Down Expand Up @@ -65,7 +64,6 @@ public function sendResponse()
{
$this->getEventManager()->trigger(self::EVENT_SEND_RESPONSE, $this);
$this->sendHeaders()
->sendHeaders()
->sendContent();
return $this;
}
Expand Down

0 comments on commit e01df53

Please sign in to comment.