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/tag/helpers/tag_installer.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag_installer.php b/modules/tag/helpers/tag_installer.php index 379749ed..5734b243 100644 --- a/modules/tag/helpers/tag_installer.php +++ b/modules/tag/helpers/tag_installer.php @@ -19,10 +19,8 @@ */ class tag_installer { public static function install() { - Kohana::log("debug", "tag_installer::install"); $db = Database::instance(); $version = module::get_version("tag"); - Kohana::log("debug", "tag: $version"); if ($version == 0) { $db->query("CREATE TABLE IF NOT EXISTS `tags` ( `id` int(9) NOT NULL auto_increment, -- cgit v1.2.3