Skip to content

Commit

Permalink
Removed devel dpm() debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
magnarem committed Nov 9, 2023
1 parent 69ce77c commit 80e7bf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public function onPreQuery(PreQueryEvent $event) {
* with nameing authrity prefixes.
*/
$keys = $query->getKeys();
dpm($keys);
// dpm($keys);
if ($keys != NULL) {
if (is_string($keys[0])) {
if (substr($keys[0], 0, 6) === 'no.met') {
Expand All @@ -308,7 +308,7 @@ public function onPreQuery(PreQueryEvent $event) {
}
}
}
dpm($query->getKeys());
// dpm($query->getKeys());
$solarium_query->setFields($uniq_fields);
// We dont need to get the thumbnail data as we will lazy-load that later.
$solarium_query->removeField('thumbnail_data');
Expand Down

0 comments on commit 80e7bf3

Please sign in to comment.