From f00f3d5ea1e1db51a9c81b783ae3b7992828d5b4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 15 Jun 2011 10:49:33 -0700 Subject: [PATCH] removed extraneous comment from Input class. --- system/input.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/input.php b/system/input.php index 873f1f79..20f593bb 100644 --- a/system/input.php +++ b/system/input.php @@ -36,9 +36,6 @@ public static function has() */ public static function get($key = null, $default = null) { - // ----------------------------------------------------- - // Has the input data been hydrated for the request? - // ----------------------------------------------------- if (is_null(static::$input)) { static::hydrate();