summaryrefslogtreecommitdiff
path: root/modules/carousel/helpers/carousel_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/carousel/helpers/carousel_installer.php')
-rw-r--r--modules/carousel/helpers/carousel_installer.php2
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);
}