probably shouldn't leave in the debug statements
This commit is contained in:
parent
3763748dbb
commit
4a9234bc1d
|
@ -44,9 +44,6 @@ sub setJobsetError {
|
||||||
sub sendJobsetErrorNotification() {
|
sub sendJobsetErrorNotification() {
|
||||||
my ($jobset, $errorMsg) = @_;
|
my ($jobset, $errorMsg) = @_;
|
||||||
|
|
||||||
print STDERR "\n" ;
|
|
||||||
print STDERR $errorMsg ;
|
|
||||||
print STDERR "\n" ;
|
|
||||||
return if $jobset->project->owner->emailonerror == 0;
|
return if $jobset->project->owner->emailonerror == 0;
|
||||||
return if $errorMsg eq "";
|
return if $errorMsg eq "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue