Remove debug line
This commit is contained in:
parent
3ca7b84297
commit
184d23dc41
@ -134,8 +134,6 @@ sub buildFinished {
|
|||||||
# stripping trailing spaces from lines
|
# stripping trailing spaces from lines
|
||||||
$body =~ s/[\ ]+$//gm;
|
$body =~ s/[\ ]+$//gm;
|
||||||
|
|
||||||
print "$body\n";
|
|
||||||
|
|
||||||
my $sender = $self->{config}->{'notification_sender'} ||
|
my $sender = $self->{config}->{'notification_sender'} ||
|
||||||
(($ENV{'USER'} || "hydra") . "@" . hostname_long);
|
(($ENV{'USER'} || "hydra") . "@" . hostname_long);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user