Skip to content

Commit 3d90b53

Browse files
committed
Remove print statement
1 parent 5b68b7d commit 3d90b53

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pmpo_c.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ void polympo_startRebuildMPs_f(MPMesh_ptr p_mpmesh,
154154

155155
PMT_ALWAYS_ASSERT(numMPs >= p_MPs->getCount());
156156
//PMT_ALWAYS_ASSERT(numMPs >= p_MPs->getMaxAppID());
157-
printf("Rank %d numMPs %d \n", self, numMPs);
158157

159158
int offset = p_MPs->getElmIDoffset();
160159
std::vector<int> added_mpIDs(numMPs);

0 commit comments

Comments
 (0)