Remove unused method.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2020-06-25 23:36:45 +02:00
parent ed4afa55c1
commit dcee9fbf35
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
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();
}
}