From 4a9234bc1d2c9eaae2f917f65536d9f903233ed1 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 12 Jan 2010 08:40:41 +0000 Subject: [PATCH] probably shouldn't leave in the debug statements --- src/script/hydra_scheduler.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/script/hydra_scheduler.pl b/src/script/hydra_scheduler.pl index 960fd6df..48ae543d 100755 --- a/src/script/hydra_scheduler.pl +++ b/src/script/hydra_scheduler.pl @@ -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 "";