Skip to content
Snippets Groups Projects
Unverified Commit 2464a608 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

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

Remove unused method.
parents 19aa92a3 dcee9fbf
No related branches found
No related tags found
No related merge requests found
......@@ -226,10 +226,4 @@ class RuleMatcher implements IRuleMatcher {
}
return $checkInstance->executeCheck($check['operator'], $check['value']);
}
protected function logCandidate() {
$logContext = new LogContext();
$logContext
->setOperation();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment