Merge pull request #21590 from nextcloud/debt/noid/unused-method

Remove unused method.
This commit is contained in:
Roeland Jago Douma 2020-07-02 20:58:20 +02:00 committed by GitHub
commit 2464a60879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -226,10 +226,4 @@ class RuleMatcher implements IRuleMatcher {
}
return $checkInstance->executeCheck($check['operator'], $check['value']);
}
protected function logCandidate() {
$logContext = new LogContext();
$logContext
->setOperation();
}
}