mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #21590 from nextcloud/debt/noid/unused-method
Remove unused method.
This commit is contained in:
commit
2464a60879
1 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue