Skip to content

Commit

Permalink
Removed dpm() debug as it not works in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnar Eivind Martinsen committed Sep 24, 2024
1 parent e3d2af9 commit 19b4824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function getChildrenCount(Request $request) {
$solarium_query->createFilterQuery('collection')->setQuery('collection:(' . implode(" ", array_keys($selected_collections)) . ')');
}

dpm($solarium_query, __FUNCTION__);
// dpm($solarium_query, __FUNCTION__);.
$result = $connector->execute($solarium_query);

// The total number of documents found by Solr.
Expand Down

0 comments on commit 19b4824

Please sign in to comment.