probably shouldn't leave in the debug statements

This commit is contained in:
Rob Vermaas 2010-01-12 08:40:41 +00:00
parent 3763748dbb
commit 4a9234bc1d

View file

@ -44,9 +44,6 @@ sub setJobsetError {
sub sendJobsetErrorNotification() {
my ($jobset, $errorMsg) = @_;
print STDERR "\n" ;
print STDERR $errorMsg ;
print STDERR "\n" ;
return if $jobset->project->owner->emailonerror == 0;
return if $errorMsg eq "";