Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Jan 9, 2024
1 parent 78f2b57 commit af56050
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kagen/generators/file/file_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void FileGraphGenerator::GenerateImpl(const GraphRepresentation representation)
}

void FileGraphGenerator::FinalizeEdgeList(MPI_Comm comm) {
std::cout << "FinalizeEdgeList" << std::endl;
if (fragment_.graph.representation == GraphRepresentation::CSR) {
FinalizeCSR(comm);

Expand All @@ -46,7 +45,6 @@ void FileGraphGenerator::FinalizeEdgeList(MPI_Comm comm) {
}

void FileGraphGenerator::FinalizeCSR(MPI_Comm comm) {
std::cout << "FinalizeCSR" << std::endl;
if (fragment_.graph.representation == GraphRepresentation::EDGE_LIST) {
FinalizeEdgeList(comm);

Expand Down

0 comments on commit af56050

Please sign in to comment.