From 2ca4f30d3c1a91d6ae9492dd2f7bc6fc01111748 Mon Sep 17 00:00:00 2001 From: don <> Date: Sun, 5 Feb 2006 01:43:18 -0800 Subject: [PATCH] [project @ 2006-02-05 01:43:18 by don] * Delete debbuging print to STDERR that snuck its way into the production code. --- Debbugs/MIME.pm | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2