From: don <> Date: Sun, 5 Feb 2006 09:43:18 +0000 (-0800) Subject: [project @ 2006-02-05 01:43:18 by don] X-Git-Tag: release/2.6.0~627 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2ca4f30d3c1a91d6ae9492dd2f7bc6fc01111748;p=debbugs.git [project @ 2006-02-05 01:43:18 by don] * Delete debbuging print to STDERR that snuck its way into the production code. --- diff --git a/Debbugs/MIME.pm b/Debbugs/MIME.pm index 77201f5..4f803bc 100644 --- a/Debbugs/MIME.pm +++ b/Debbugs/MIME.pm @@ -163,7 +163,6 @@ sub create_mime_message{ ); } } - print STDERR $msg->as_string; return $msg->as_string; }