Skip to content

Commit 5dd7004

Browse files
committed
Drop debugging print statements
1 parent a9aa7ae commit 5dd7004

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/mesh/exodusII_io_helper.C

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,21 +1576,6 @@ void ExodusII_IO_Helper::read_edge_blocks(MeshBase & mesh)
15761576
bi.add_edge(elem_edge_pair.first,
15771577
elem_edge_pair.second,
15781578
edge_block_id);
1579-
1580-
// Debugging
1581-
libMesh::out << "Added (Elem=" << elem_edge_pair.first
1582-
<< ", Edge=" << elem_edge_pair.second
1583-
<< ", Id=" << edge_block_id
1584-
<< ") to BoundaryInfo." << std::endl;
1585-
}
1586-
// Debugging
1587-
else
1588-
{
1589-
// We didn't find a match for some reason
1590-
libMesh::out << "Skipped adding (Elem=" << elem_edge_pair.first
1591-
<< ", Edge=" << elem_edge_pair.second
1592-
<< ", Id=" << edge_block_id
1593-
<< ") to BoundaryInfo, orientation check failed." << std::endl;
15941579
}
15951580
} // end loop over elem_edge_pairs
15961581
} // end loop over connectivity array

0 commit comments

Comments
 (0)