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