Browse Source

Remove comment bloat from URL class.

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

+ 0 - 2
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');