debugging the photo api

This commit is contained in:
friendica
2013-02-02 15:08:11 -08:00
parent 17cf6c41db
commit 3eacd7aab3
5 changed files with 8 additions and 9 deletions

View File

@@ -707,8 +707,8 @@ function network_content(&$a, $update = 0, $load = false) {
if(! $update)
$o .= alt_pager($a,count($items));
logger('parent dba_timer: ' . sprintf('%01.4f',$first - $start));
logger('child dba_timer: ' . sprintf('%01.4f',$second - $first));
// logger('parent dba_timer: ' . sprintf('%01.4f',$first - $start));
// logger('child dba_timer: ' . sprintf('%01.4f',$second - $first));
return $o;