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();