Browse Source

Remove comment bloat from Response class.

Taylor Otwell 13 years ago
parent
commit
0dd06ad314
1 changed files with 0 additions and 2 deletions
  1. 0 2
      system/response.php

+ 0 - 2
system/response.php

@@ -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;