Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Jul 9, 2023
1 parent 0ac569a commit 1db87ea
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/map/include/computeMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1177,19 +1177,6 @@ namespace skch

l2_vec.clear();
computeL2MappedRegions(Q, candidateLocus, l2_vec);
//if (l2_vec.size() > 1)
//{
//std::cerr << candidateLocus.seqId << ":"
//<< candidateLocus.rangeStartPos << "--" << candidateLocus.rangeEndPos << " == " << candidateLocus.rangeEndPos - candidateLocus.rangeStartPos
//<< std::endl;
//std::cerr << candidateLocus.intersectionSize
//<< "-->" << sketchCutoffs[candidateLocus.intersectionSize] << std::endl;
//for (const auto& l2 : l2_vec)
//{
//std::cerr << l2.optimalStart << "--" << l2.optimalEnd << "\t" << l2.sharedSketchSize << std::endl;
//}
//std::cerr << std::endl;
//}

for (auto& l2 : l2_vec)
{
Expand Down

0 comments on commit 1db87ea

Please sign in to comment.