summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/helpers/comment_installer.php')
-rw-r--r--modules/comment/helpers/comment_installer.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index ac035929..8310c6e1 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -19,10 +19,8 @@
*/
class comment_installer {
public static function install() {
- Kohana::log("debug", "comment_installer::install");
$db = Database::instance();
$version = module::get_version("comment");
- Kohana::log("debug", "version: $version");
if ($version == 0) {
$db->query("CREATE TABLE IF NOT EXISTS `comments` (