cleaning up debug output
This commit is contained in:
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);
|
||||
// }
|
||||
|
Loading…
x
Reference in New Issue
Block a user