cleaning up debug output

This commit is contained in:
Viktor Pedersen 2021-08-19 10:51:55 +02:00
parent f5c55c28b3
commit 70ad97daf6

@ -29,8 +29,9 @@ class SearchPage extends Page {
return $out;
}
foreach(array('user', 'product') as $type) {
print('DEBUG $type: ');
print('DEBUG === $type:');
print_r($type);
print(' ===<br>');
print('<br>');
$result = $this->search($type, $this->terms);
if($result) {