Browse Source

removed extraneous comment from Input class.

Taylor Otwell 14 years ago
parent
commit
f00f3d5ea1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      system/input.php

+ 0 - 3
system/input.php

@@ -36,9 +36,6 @@ class Input {
 	 */
 	public static function get($key = null, $default = null)
 	{
-        // -----------------------------------------------------
-        // Has the input data been hydrated for the request?
-        // -----------------------------------------------------
 		if (is_null(static::$input))
 		{
 			static::hydrate();