]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove debbugging effective_type output
authorDon Armstrong <don@donarmstrong.com>
Mon, 25 May 2015 17:38:43 +0000 (10:38 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 25 May 2015 17:38:43 +0000 (10:38 -0700)
Debbugs/Mail.pm

index caae6ca8c4b86a86fad09ff4489e73dd885eb897..68e88a1dccc7258574fb1bb61d74081688a55e6d 100644 (file)
@@ -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;
             }