Skip to content

Commit

Permalink
Removed print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaisso committed Oct 2, 2023
1 parent 782ad1d commit b42a6f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,6 @@ void SetVNTRBounds(vector<VNTR*> &vntrs,
ubComp.vntrs = &vntrs;
startIt = std::lower_bound(vntrIndex.begin(), vntrIndex.end(), regionStart, lbComp);
endIt = std::upper_bound(vntrIndex.begin(), vntrIndex.end(), regionEnd, ubComp);
cerr << "Set VNTR Bounds for " << regionStart << "-" << regionEnd << " " << *startIt << " " << *endIt << endl;

}


Expand Down

0 comments on commit b42a6f9

Please sign in to comment.