Disable specific call.

This commit is contained in:
James Cole 2021-05-29 19:28:43 +02:00
parent ca42a31135
commit 4449ff99dc
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -297,7 +297,7 @@ class OperatorQuerySearch implements SearchInterface
// check if alias, replace if necessary:
$operator = self::getRootOperator($operator);
app('telemetry')->feature('search.operators.uses_operator', $operator);
//app('telemetry')->feature('search.operators.uses_operator', $operator);
switch ($operator) {
default: