diff options
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index fa07727de..f11bebf50 100644 --- a/include/items.php +++ b/include/items.php @@ -923,8 +923,7 @@ function consume_feed($xml,$importer,$contact, &$hub) { $datarray = get_atom_elements($feed,$item); if($datarray['verb'] === ACTIVITY_FOLLOW) { - if($debugging) - file_put_contents('salmon.out',"\n" . 'New follower.' . "\n", FILE_APPEND); + logger('consume-feed: New follower'); new_follower($importer,$contact,$datarray,$item); return; } |