From: Michael Vogel Date: Wed, 21 Jan 2015 11:42:34 +0000 (+0100) Subject: Bugfix: Removed test code. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ee50b04382ec2168a1c96d6b8d129b82dd1af8da;p=friendica.git Bugfix: Removed test code. --- diff --git a/include/Emailer.php b/include/Emailer.php index a3f85433de..7aae57346e 100644 --- a/include/Emailer.php +++ b/include/Emailer.php @@ -68,7 +68,7 @@ class Emailer { 'body' => $multipartMessageBody, 'headers' => $messageHeader ); - echo "
"; var_dump($hookdata); killme();
+		//echo "
"; var_dump($hookdata); killme();
 		call_hooks("emailer_send", $hookdata);
 		$res = mail(
 			$hookdata['to'],							// send to address