remove unnecessary log() calls
This commit is contained in:
parent
80ad09dd3b
commit
24feeefcc3
@ -78,13 +78,9 @@ class ActivitySpamPlugin extends Plugin
|
|||||||
|
|
||||||
function onCheckSchema()
|
function onCheckSchema()
|
||||||
{
|
{
|
||||||
$this->log(LOG_INFO, "Checking schema");
|
|
||||||
|
|
||||||
$schema = Schema::get();
|
$schema = Schema::get();
|
||||||
$schema->ensureTable('spam_score', Spam_score::schemaDef());
|
$schema->ensureTable('spam_score', Spam_score::schemaDef());
|
||||||
|
|
||||||
$this->log(LOG_INFO, "Checked schema");
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user