hydra-queue-{runner,evaluator}: don't clutter the system log with debug messages

This commit is contained in:
Peter Simons
2013-03-26 11:03:15 +01:00
committed by Eelco Dolstra
parent 52a9f1a14e
commit 5ffc925ae7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ while (1) {
# isn't updated properly.
sleep 1;
} else {
print STDERR "sleeping...\n";
# print STDERR "sleeping...\n";
sleep 30;
}
};