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

View File

@@ -109,8 +109,6 @@ class Response {
*/
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;