diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-13 19:47:16 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-13 19:47:16 +0100 |
commit | 275728ab0511c5e89c372aaa5508dc0040c146b2 (patch) | |
tree | 41e0fb1269079c84a4c45d33b42b530be8b672f3 | |
parent | 540e13b8d50a52e9cb479e36bc6d1e16275a2cd5 (diff) |
Remove debug code from last commit
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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') { |