Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Feb 6, 2023
1 parent 70b07b3 commit a77982a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions databox/api/src/Elasticsearch/AssetSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ public function search(
$start = microtime(true);
$facets = $adapter->getAggregations();

dump($facets);

$facets = $this->facetHandler->normalizeBuckets($facets);

$searchTime = microtime(true) - $start;
Expand Down

0 comments on commit a77982a

Please sign in to comment.