forked from lix-project/hydra
Remove debug line
This commit is contained in:
parent
3ca7b84297
commit
184d23dc41
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue