diff options
Diffstat (limited to 'modules/info/helpers')
-rw-r--r-- | modules/info/helpers/info_installer.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/info/helpers/info_installer.php b/modules/info/helpers/info_installer.php index edf55c5d..747fc639 100644 --- a/modules/info/helpers/info_installer.php +++ b/modules/info/helpers/info_installer.php @@ -19,9 +19,7 @@ */ class info_installer { public static function install() { - Kohana::log("debug", "info_installer::install"); $version = module::get_version("info"); - Kohana::log("debug", "info: $version"); if ($version == 0) { module::set_version("info", 1); } |