]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2006-02-05 01:43:18 by don]
authordon <>
Sun, 5 Feb 2006 09:43:18 +0000 (01:43 -0800)
committerdon <>
Sun, 5 Feb 2006 09:43:18 +0000 (01:43 -0800)
* Delete debbuging print to STDERR that snuck its way into the production code.

Debbugs/MIME.pm

index 77201f543c039263e7975b80a1e41d18a9273ca2..4f803bc54c6a45d4bfc0f9ff8bcdd5134bc27424 100644 (file)
@@ -163,7 +163,6 @@ sub create_mime_message{
                           );
          }
      }
-     print STDERR $msg->as_string;
      return $msg->as_string;
 }