Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Oct 26, 2023
1 parent 876ba97 commit fbdb4d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/subcommand/paths_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ int main_paths(int argc, char** argv) {
}

const uint64_t shift = graph.min_node_id();
std::cerr << "graph.min_node_id() " << graph.min_node_id() << std::endl;
std::cerr << "graph.max_node_id() " << graph.max_node_id() << std::endl;
std::cerr << "graph.get_node_count() " << graph.get_node_count() << std::endl;
std::cerr << "graph.max_node_id() - shift " << (graph.max_node_id() - shift) << std::endl;
if (
args::get(haplo_matrix) ||
(non_reference_nodes && !args::get(non_reference_nodes).empty()) ||
Expand Down

0 comments on commit fbdb4d2

Please sign in to comment.