Remove debug line

This commit is contained in:
Eelco Dolstra 2013-05-09 15:10:30 +02:00
parent 3ca7b84297
commit 184d23dc41

View file

@ -134,8 +134,6 @@ sub buildFinished {
# stripping trailing spaces from lines
$body =~ s/[\ ]+$//gm;
print "$body\n";
my $sender = $self->{config}->{'notification_sender'} ||
(($ENV{'USER'} || "hydra") . "@" . hostname_long);