From 88525b5993856dd642947f764bbe0f9737ef74a2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 25 May 2015 10:38:43 -0700 Subject: [PATCH] remove debbugging effective_type output --- Debbugs/Mail.pm | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2