From 275728ab0511c5e89c372aaa5508dc0040c146b2 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 13 Nov 2012 19:47:16 +0100 Subject: Remove debug code from last commit --- program/steps/mail/func.inc | 1 - 1 file changed, 1 deletion(-) 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') { -- cgit v1.2.3