From: Don Armstrong Date: Thu, 11 Mar 2021 00:46:09 +0000 (-0800) Subject: remove extraneous debugging print statement X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=c91ad8033e8b7eadc4cd4cfe8e00937617a52fa9;hp=2c25f8427ad4939a1ee2926b8fe8a743b47fee8d remove extraneous debugging print statement --- diff --git a/t/07_bugreport.t b/t/07_bugreport.t index 0e99f7f..22efa23 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');