Remove comment bloat from Response class.

This commit is contained in:
Taylor Otwell 2011-07-08 12:45:06 -07:00
parent 9fc8c36b94
commit 0dd06ad314
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ public static function make($content, $status = 200)
*/
public static function prepare($response)
{
// If the response is a Redirect instance, grab the Response. The Redirect class
// manages a Response instance internally.
if ($response instanceof Redirect)
{
$response = $response->response;