Browse Source

remove some comment bloat.

Taylor Otwell 13 years ago
parent
commit
100ffb4ffe
1 changed files with 1 additions and 2 deletions
  1. 1 2
      laravel/url.php

+ 1 - 2
laravel/url.php

@@ -27,8 +27,7 @@ class URL {
 
 		// Since SSL is often not used while developing the application, we allow the
 		// developer to disable SSL on all framework generated links to make it more
-		// convenient to work with the site while developing. When the "ssl" option
-		// is disabled, all links will use the HTTP protocol instead of HTTPS.
+		// convenient to work with the site while developing.
 		if ($https and Config::$items['application']['ssl'])
 		{
 			$root = preg_replace('~http://~', 'https://', $root, 1);