Merge pull request #21590 from nextcloud/debt/noid/unused-method
Remove unused method.
This commit is contained in:
commit
2464a60879
|
@ -226,10 +226,4 @@ class RuleMatcher implements IRuleMatcher {
|
|||
}
|
||||
return $checkInstance->executeCheck($check['operator'], $check['value']);
|
||||
}
|
||||
|
||||
protected function logCandidate() {
|
||||
$logContext = new LogContext();
|
||||
$logContext
|
||||
->setOperation();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue