]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove extraneous debugging print statement
authorDon Armstrong <don@donarmstrong.com>
Thu, 11 Mar 2021 00:46:09 +0000 (16:46 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 11 Mar 2021 00:46:09 +0000 (16:46 -0800)
t/07_bugreport.t

index 0e99f7f1ad69e4dbc7074c7fbf7eb27f6dc15f18..22efa238640a4709bec9dfddc2f1633ce7897ebe 100644 (file)
@@ -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');