]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unused method. 21590/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 25 Jun 2020 21:36:45 +0000 (23:36 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Thu, 25 Jun 2020 21:36:54 +0000 (23:36 +0200)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/workflowengine/lib/Service/RuleMatcher.php

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