diff options
author | friendica <info@friendica.com> | 2013-02-02 15:08:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-02 15:08:11 -0800 |
commit | 3eacd7aab37421c40a5647aee9acdbc58615ab4e (patch) | |
tree | 7c26e4eefe8b15827b6fb80c7ac6e3cad246cd06 /mod/network.php | |
parent | 17cf6c41dbe0d18ca73ba1f929128162033c7c90 (diff) | |
download | volse-hubzilla-3eacd7aab37421c40a5647aee9acdbc58615ab4e.tar.gz volse-hubzilla-3eacd7aab37421c40a5647aee9acdbc58615ab4e.tar.bz2 volse-hubzilla-3eacd7aab37421c40a5647aee9acdbc58615ab4e.zip |
debugging the photo api
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php index 4176f0047..cca69dc52 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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; |