Skip to content

Commit e49c9b3

Browse files
committed
remove excess logging
1 parent a13c19d commit e49c9b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/util/GenotypeGVCFsWrapper.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,6 @@ else if (f.isDirectory() && doneFile.exists())
204204
toDelete.add(doneFile);
205205
}
206206
}
207-
else
208-
{
209-
ctx.getLogger().info("Cached files will not be deleted after this step, instead the final merge task should delete them");
210-
}
211207

212208
vcfsToProcess.add(movedFile);
213209
}

0 commit comments

Comments
 (0)