From: Don Armstrong 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/?p=debbugs.git;a=commitdiff_plain;h=88525b5993856dd642947f764bbe0f9737ef74a2;hp=13abe0d0226a325d3da6db062b05ec7d3eee7bcb remove debbugging effective_type output --- diff --git a/Debbugs/Mail.pm b/Debbugs/Mail.pm index caae6ca..68e88a1 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; }