From c95c17b13311c23998f494ce982da7c633a9285d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 27 Nov 2008 09:45:26 +0000 Subject: Centralize logging around installing/uninstalling modules. --- modules/info/helpers/info_installer.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/info/helpers') 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); } -- cgit v1.2.3