From 42adea08a58823f523070a2594c0669f45bc4b40 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 28 Oct 2008 03:43:52 +0000 Subject: [PATCH] Remove debug git-svn-id: https://develop.svn.wordpress.org/trunk@9374 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/pluggable.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 0e8febeff7..8b9cdb0e41 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);