Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Apr 19, 2024
1 parent 39745aa commit da344a8
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

1 comment on commit da344a8

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch deconstruct. View the full report here.

14 tests passed, 0 tests failed and 0 tests skipped in 13431 seconds

Please sign in to comment.