diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 01d95e059..5e24a4311 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1110,7 +1110,6 @@ function rcmail_message_body($attrib) if (!empty($MESSAGE->parts)) { foreach ($MESSAGE->parts as $i => $part) { - console($part); if ($part->type == 'headers') $out .= rcmail_message_headers(sizeof($header_attrib) ? $header_attrib : NULL, $part->headers); else if ($part->type == 'content') {