cleaning up debug output

This commit is contained in:
Viktor Pedersen 2021-08-19 10:50:34 +02:00
parent 1c3ee500c8
commit f5c55c28b3

@ -29,6 +29,9 @@ class SearchPage extends Page {
return $out;
}
foreach(array('user', 'product') as $type) {
print('DEBUG $type: ');
print_r($type);
print('<br>');
$result = $this->search($type, $this->terms);
if($result) {
$out[$type] = $result;
@ -119,7 +122,7 @@ class SearchPage extends Page {
// }
}
print('<br>');
// if (array_product($mustMatchCheck)) {
// $sanitizedDB[] = array($item);
// }