]> git.mxchange.org Git - friendica.git/blobdiff - include/notifier.php
Merge branch 'feature/2014-09-hackathon-ui-improvements' into develop
[friendica.git] / include / notifier.php
index 203b7405389f9e36797f1599c91ea32560ff2b07..d222fd9426d5506ab88d3d01ee8c38fd0a0c40d8 100644 (file)
@@ -786,10 +786,6 @@ function notifier_run(&$argv, &$argc){
                                                //if($reply_to)
                                                //      $headers .= 'Reply-to: ' . $reply_to . "\n";
 
-                                               // for testing purposes: Collect exported mails
-                                               //$file = tempnam("/tmp/friendica/", "mail-out2-");
-                                               //file_put_contents($file, json_encode($it));
-
                                                $headers .= 'Message-Id: <' . iri2msgid($it['uri']) . '>' . "\n";
 
                                                if($it['uri'] !== $it['parent-uri']) {