remove debugging code accidentally committed
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 20 Oct 2010 16:30:43 +0000 (16:30 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 20 Oct 2010 16:30:43 +0000 (16:30 +0000)
trunk/cgi-bin/pgstatus.pl

index da6c0692d06027c378ee4bef902ccc853c869f2c..f36a65980af6b003c78dd570e8bd8e0afc846a65 100755 (executable)
@@ -449,7 +449,6 @@ $msg->to(@$mailto);
 $msg->bcc(@$bcc_stat) if (@$bcc_stat);
 $msg->subject("PGBuildfarm member $animal Branch $branch $stat_type $stage");
 $msg->set('From',$from_addr);
-{ my $handle; open($handle,">>/tmp/mailobj"); print $handle scalar(localtime),Dumper($msg); close($handle); }
 my $fh = $msg->open;
 print $fh <<EOMAIL; 
 
@@ -489,7 +488,6 @@ $stat_type .= " failure" if $stage ne 'OK';
 
 $msg->subject("PGBuildfarm member $animal Branch $branch Status $stat_type");
 $msg->set('From',$from_addr);
-{ my $handle; open($handle,">>/tmp/mailobj"); print $handle scalar(localtime),Dumper($msg); close($handle); }
 $fh = $msg->open;
 print $fh <<EOMAIL;