Skip to content

Commit

Permalink
Comment out debugging printout
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Sep 17, 2023
1 parent dbaf6e1 commit 14b0af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MinCollector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int MinCollector::intersectKmersCFC(std::vector<std::pair<const_UnitigMap<Node>,
return -1;
}

std::cerr << "Aligned frame: " << winner_frame_idx << endl;
// std::cerr << "Aligned frame: " << winner_frame_idx << endl;
return 1;
}

Expand Down

0 comments on commit 14b0af5

Please sign in to comment.