Remove duplicated line

This commit is contained in:
Christopher Hartl 2012-01-19 00:25:22 -05:00
parent cf9b1d350a
commit 9946853039
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ class VCFExtractIntervals(inVCF: File, outList: File, useFilterSites: Boolean) e
if ( elems.hasNext ) {
prev = cur
cur = elems.next
} else {
out.printf("%s%n",cur)
}
}
}