diff options
author | friendica <info@friendica.com> | 2013-02-08 03:26:10 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-08 03:26:10 -0800 |
commit | 07e0ffd7c77f3e015feb3a109012b10db5275a0a (patch) | |
tree | 140fd23dddf41f980e85a9e5778bbc9949016fa2 /mod/network.php | |
parent | dbc024cdaf085131023479809de5fb0c06ea4869 (diff) | |
download | volse-hubzilla-07e0ffd7c77f3e015feb3a109012b10db5275a0a.tar.gz volse-hubzilla-07e0ffd7c77f3e015feb3a109012b10db5275a0a.tar.bz2 volse-hubzilla-07e0ffd7c77f3e015feb3a109012b10db5275a0a.zip |
reduce debug noise
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index fb457a7f1..641029a76 100644 --- a/mod/network.php +++ b/mod/network.php @@ -680,7 +680,7 @@ function network_content(&$a, $update = 0, $load = false) { } - logger('items: ' . count($items)); +// logger('items: ' . count($items)); if($update_unseen) $r = q("UPDATE `item` SET item_flags = ( item_flags ^ %d) |