Skip to content

Commit

Permalink
Merge pull request #4272 from vgteam/deconstruct
Browse files Browse the repository at this point in the history
remove debug messages
  • Loading branch information
adamnovak authored May 7, 2024
2 parents a94c974 + da344a8 commit 2ab0b21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/subcommand/chunk_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -715,11 +715,9 @@ int main_chunk(int argc, char** argv) {
unique_ptr<MutablePathMutableHandleGraph> subgraph;
map<string, int> trace_thread_frequencies;
if (!component_ids.empty()) {
cout << "here?" << endl;
subgraph = vg::io::new_output_graph<MutablePathMutableHandleGraph>(output_format);
chunker.extract_component(component_ids[i], *subgraph, false);
output_regions[i] = region;
cout << "nope" << endl;
}
else if (id_range == false) {
subgraph = vg::io::new_output_graph<MutablePathMutableHandleGraph>(output_format);
Expand Down

0 comments on commit 2ab0b21

Please sign in to comment.