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