remove noisy log statement

This commit is contained in:
friendica 2014-08-28 17:26:53 -07:00
parent ae3047791c
commit e20fe41f23

View File

@ -1270,8 +1270,6 @@ function conv_sort($arr,$order) {
}
}
logger('conv_sort: ' . print_r($ret,true));
return $ret;
}