From 275728ab0511c5e89c372aaa5508dc0040c146b2 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 13 Nov 2012 13:47:16 -0500
Subject: [PATCH] Remove debug code from last commit

---
 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 01d95e0..5e24a43 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -1110,7 +1110,6 @@
 
   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') {

--
Gitblit v1.9.1