Skip to content

Commit 03212fb

Browse files
remove print
1 parent dcff013 commit 03212fb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/tests/blueprint/t_blueprint_mesh_matset_xforms.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ TEST(conduit_blueprint_mesh_matset_xforms, mesh_util_to_silo_basic)
249249
}
250250
Node &mset = mesh["matsets/matset"];
251251

252-
mset.print();
253-
254252
Node silo, info;
255253
blueprint::mesh::matset::to_silo(mset, silo);
256254
std::cout << silo.to_yaml() << std::endl;

0 commit comments

Comments
 (0)