From 0dd06ad31408b3a7d7cfa487cf4f48d66f1a4a32 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 8 Jul 2011 12:45:06 -0700 Subject: [PATCH] Remove comment bloat from Response class. --- system/response.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/response.php b/system/response.php index 8c648257..2f90bdf0 100644 --- a/system/response.php +++ b/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;