From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 25 May 2015 17:38:43 +0000 (-0700)
Subject: remove debbugging effective_type output
X-Git-Tag: release/2.6.0~226
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=88525b5993856dd642947f764bbe0f9737ef74a2;p=debbugs.git

remove debbugging effective_type output
---

diff --git a/Debbugs/Mail.pm b/Debbugs/Mail.pm
index caae6ca8..68e88a1d 100644
--- a/Debbugs/Mail.pm
+++ b/Debbugs/Mail.pm
@@ -459,7 +459,6 @@ sub reply_headers{
             }
             if (defined $part->bodyhandle and
                 $part->effective_type =~ /text/) {
-                print STDERR $part->effective_type."\n";
                 $b_h = $part->bodyhandle;
                 last;
             }