Remove debug print statetment

This commit is contained in:
Hrvoje Jasak 2018-05-02 12:24:08 +01:00
parent cca5743dee
commit 4612194654

View file

@ -127,7 +127,7 @@ Foam::labelListList Foam::sharedPoints::procPatchPairs() const
}
}
}
Info<< "patch pairs: " << patchPairs << endl;
return patchPairs;
}