diff --git a/mod/newmember.php b/mod/newmember.php
index 8028e7e08d..aa55c3a098 100644
--- a/mod/newmember.php
+++ b/mod/newmember.php
@@ -45,11 +45,6 @@ function newmember_content(&$a) {
$o .= '
';
- if(in_array('facebook', $a->plugins))
- $o .= '- ' . '' . t('Facebook') . '
' . t("Authorise the Facebook Connector if you currently have a Facebook account and we will \x28optionally\x29 import all your Facebook friends and conversations.") . ' ' . EOL;
- else
- $o .= '- ' . '' . t('Facebook') . '
' . t("If this is your own personal server, installing the Facebook addon may ease your transition to the free social web.") . ' ' . EOL;
-
$mail_disabled = ((function_exists('imap_open') && (! get_config('system','imap_disabled'))) ? 0 : 1);
if(! $mail_disabled)