diff options
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 9397cfaf9..180a8edfd 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -253,9 +253,6 @@ function dfrn_notify_post(&$a) { $htmlbody . "\n" . "--" . $msg['mimeboundary'] . "--\n"; // message ending - logger("message headers: " . $msg['headers']); - logger("message body: " . $mail_tpl); - // send the message $res = mail( |