From 1db87eaf56b4fa042ed021a280dea46ba6419d62 Mon Sep 17 00:00:00 2001 From: Bryce Lorenz Kille Date: Sun, 9 Jul 2023 16:35:22 -0500 Subject: [PATCH] Remove debug code --- src/map/include/computeMap.hpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/map/include/computeMap.hpp b/src/map/include/computeMap.hpp index 4bb8beb..82bb71c 100644 --- a/src/map/include/computeMap.hpp +++ b/src/map/include/computeMap.hpp @@ -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) {