From 24feeefcc383feb8019f1badd9159add9521d683 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 Dec 2011 12:59:40 -0500 Subject: [PATCH] remove unnecessary log() calls --- ActivitySpamPlugin.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ActivitySpamPlugin.php b/ActivitySpamPlugin.php index 473ba9ded0..5fe5360fde 100644 --- a/ActivitySpamPlugin.php +++ b/ActivitySpamPlugin.php @@ -78,13 +78,9 @@ class ActivitySpamPlugin extends Plugin function onCheckSchema() { - $this->log(LOG_INFO, "Checking schema"); - $schema = Schema::get(); $schema->ensureTable('spam_score', Spam_score::schemaDef()); - $this->log(LOG_INFO, "Checked schema"); - return true; } -- 2.39.5