From 216a38c574b5b49d9330268a39f0373ffaa07361 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 22 Nov 2011 23:33:03 -0600 Subject: [PATCH] remove some comment bloat. --- laravel/uri.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/laravel/uri.php b/laravel/uri.php index 54f188bd..e21f2525 100644 --- a/laravel/uri.php +++ b/laravel/uri.php @@ -41,9 +41,6 @@ public static function current() $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);