3d89934724dbec3c67aa29cd5a1c089e69d611eb
hiram
  Tue May 26 11:19:04 2020 -0700
remove debug statement refs #23734

diff --git src/hg/utils/automation/doRepeatMasker.pl src/hg/utils/automation/doRepeatMasker.pl
index 8e05e16..ea129c4 100755
--- src/hg/utils/automation/doRepeatMasker.pl
+++ src/hg/utils/automation/doRepeatMasker.pl
@@ -381,31 +381,30 @@
 _EOF_
     );
   }
   my $binPara = "/parasol/bin/para";
   if ( ! -s "$binPara" ) {
     # allow PATH to find the para command
     $binPara = "para";
   }
   my $gensub2 = &HgAutomate::gensub2();
   $bossScript->add(<<_EOF_
 
 printf "\\nPARAMETERS:\\
 $RepeatMasker $RepeatMaskerEngine -align $repeatLib\\n" >> ../versionInfo.txt
 
 $gensub2 $partDir/partitions.lst single gsub jobList
-exit 0
 $binPara $parasolRAM make jobList
 $binPara check
 $binPara time > run.time
 cat run.time
 
 _EOF_
   );
   if (! $opt_unmaskedSeq && ! $inHive) {
     $bossScript->add(<<_EOF_
 rm -f $clusterSeq
 _EOF_
     );
   }
   $bossScript->execute();
 } # doCluster