From 7f3baf9742e61d68b3be3ca0b4f13c6b176c1429 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 16 Jun 2011 21:03:53 -0500 Subject: [PATCH] improve comments in filter class. --- system/filter.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/filter.php b/system/filter.php index f5ed5faa..e3ca5500 100644 --- a/system/filter.php +++ b/system/filter.php @@ -19,9 +19,6 @@ class Filter { */ public static function call($filters, $parameters = array(), $override = false) { - // -------------------------------------------------------------- - // Load the filters if necessary. - // -------------------------------------------------------------- if (is_null(static::$filters)) { static::$filters = require APP_PATH.'filters'.EXT;