summaryrefslogtreecommitdiff
path: root/modules/info/helpers/info_installer.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-27 09:45:26 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-27 09:45:26 +0000
commitc95c17b13311c23998f494ce982da7c633a9285d (patch)
tree3c8172e9837ddb78dbba33c962d40ef384ff6a4f /modules/info/helpers/info_installer.php
parent92ca1ba9abb37e49df83e5c313d00b16c19efc66 (diff)
Centralize logging around installing/uninstalling modules.
Diffstat (limited to 'modules/info/helpers/info_installer.php')
-rw-r--r--modules/info/helpers/info_installer.php2
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);
}