Browse Source

remove some comment bloat.

Taylor Otwell 13 years ago
parent
commit
216a38c574
1 changed files with 0 additions and 3 deletions
  1. 0 3
      laravel/uri.php

+ 0 - 3
laravel/uri.php

@@ -41,9 +41,6 @@ class URI {
 			$uri = static::remove($uri, $index);
 		}
 
-		// Format the final request URI. If there is nothing left, we will just
-		// return a single forward slash. Otherwise, we'll remove all of the
-		// leading and trailing spaces from the URI before returning it.
 		static::$uri = static::format($uri);
 
 		static::$segments = explode('/', static::$uri);