diff options
-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) |