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);