remove extraneous logging
This commit is contained in:
parent
50b9cc6f39
commit
d5d1f655d9
@ -172,12 +172,11 @@ function directory_content(&$a) {
|
|||||||
|
|
||||||
$out = '';
|
$out = '';
|
||||||
|
|
||||||
logger('keywords: '.$keywords);
|
|
||||||
if($keywords) {
|
if($keywords) {
|
||||||
$keywords = str_replace(',',' ', $keywords);
|
$keywords = str_replace(',',' ', $keywords);
|
||||||
$keywords = str_replace(' ',' ', $keywords);
|
$keywords = str_replace(' ',' ', $keywords);
|
||||||
$karr = explode(' ', $keywords);
|
$karr = explode(' ', $keywords);
|
||||||
// $out = '';
|
|
||||||
if($karr) {
|
if($karr) {
|
||||||
if(local_user()) {
|
if(local_user()) {
|
||||||
$r = q("select keywords from profile where uid = %d and is_default = 1 limit 1",
|
$r = q("select keywords from profile where uid = %d and is_default = 1 limit 1",
|
||||||
@ -200,8 +199,6 @@ logger('keywords: '.$keywords);
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
logger('out: '.$out);
|
|
||||||
|
|
||||||
|
|
||||||
$entry = array(
|
$entry = array(
|
||||||
'id' => ++$t,
|
'id' => ++$t,
|
||||||
|
Reference in New Issue
Block a user