cleaning up debug output
This commit is contained in:
parent
3194425bd1
commit
1c3ee500c8
@ -107,7 +107,6 @@ class SearchPage extends Page {
|
||||
print('DEBUG VARDUMP $mustIncludeTerm: ');
|
||||
var_dump($mustIncludeTerm);
|
||||
print('<br>');
|
||||
print('<br>');
|
||||
|
||||
$res = $item->matches($mustIncludeTerm);
|
||||
|
||||
@ -119,7 +118,8 @@ class SearchPage extends Page {
|
||||
// $mustMatchCheck[] = array(False);
|
||||
// }
|
||||
}
|
||||
|
||||
print('<br>');
|
||||
|
||||
// if (array_product($mustMatchCheck)) {
|
||||
// $sanitizedDB[] = array($item);
|
||||
// }
|
||||
|
Loading…
x
Reference in New Issue
Block a user