Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Oct 9, 2024
1 parent c69e161 commit 44e6337
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ public List<VariableVariantMasks> getMasksForDbSnpSpec(String variant) {
int chrOffset = Integer.parseInt(segments[1]) / BUCKET_SIZE;
String contig = segments[0];

// if (Level.DEBUG.equals(log.getEffectiveLevel())) {
// log.debug("Getting masks for variant " + variant + " Same bucket test: " + (bucketCache.lastValue != null
// && contig.contentEquals(bucketCache.lastContig) && chrOffset == bucketCache.lastChunkOffset));
// }

// todo: don't bother doing a lookup if this node does not have the chromosome specified
FileBackedJsonIndexStorage<Integer, ConcurrentHashMap<String, VariableVariantMasks>> indexedStorage = variantMaskStorage.get(contig);
if (indexedStorage == null) {
Expand Down

0 comments on commit 44e6337

Please sign in to comment.