From e48d6111499dd926b69d1d4e94bc8cb00a5b571d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 8 Jul 2011 12:48:44 -0700 Subject: [PATCH] Remove comment bloat from URL class. --- system/url.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/url.php b/system/url.php index 1105f6d8..3e1de338 100644 --- a/system/url.php +++ b/system/url.php @@ -19,8 +19,6 @@ class URL { $base = Config::get('application.url'); - // Assets live in the public directory, and should not have - // the index file appended to their URLs. if ( ! $asset) { $base .= '/'.Config::get('application.index');