From: Don Armstrong <don@donarmstrong.com>
Date: Thu, 11 Mar 2021 00:46:09 +0000 (-0800)
Subject: remove extraneous debugging print statement
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4f610baade4351a6316edd5088934aa24c4f50a8;p=debbugs.git

remove extraneous debugging print statement
---

diff --git a/t/07_bugreport.t b/t/07_bugreport.t
index 26da39ab..6af46919 100644
--- a/t/07_bugreport.t
+++ b/t/07_bugreport.t
@@ -95,7 +95,6 @@ ok($mech->content() =~ qr/^From /m,
    'Starts with a From appropriately');
 ok($mech->content() =~ qr/^(>F|=46)rom line/m,
    'From line escaped appropriately');
-print STDERR $mech->content();
 
 $mech->get_ok('http://localhost:'.$port.'/?bug=1;mboxmaint=yes',
               'Page received ok');