From 9d05b9595a99650a22b913407390000f55b9f501 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 28 Oct 2008 03:43:52 +0000 Subject: [PATCH] Remove debug git-svn-id: http://svn.automattic.com/wordpress/trunk@9374 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 0e8febeff..8b9cdb0e4 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -410,7 +410,6 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() } } - error_log($attachments); if ( !empty( $attachments ) ) { foreach ( $attachments as $attachment ) { $phpmailer->AddAttachment($attachment);