mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Various code cleanup.
This commit is contained in:
@@ -297,8 +297,6 @@ class OperatorQuerySearch implements SearchInterface
|
||||
// check if alias, replace if necessary:
|
||||
$operator = self::getRootOperator($operator);
|
||||
|
||||
//app('telemetry')->feature('search.operators.uses_operator', $operator);
|
||||
|
||||
switch ($operator) {
|
||||
default:
|
||||
Log::error(sprintf('No such operator: %s', $operator));
|
||||
|
Reference in New Issue
Block a user