remove unnecessary log() calls

This commit is contained in:
Evan Prodromou 2011-12-20 12:59:40 -05:00
parent 80ad09dd3b
commit 24feeefcc3
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}