From e9b8f0a3ac0d768f539088eb2cbe0b9b0e5032b7 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 13 Dec 2010 16:10:11 +0000
Subject: [PATCH] STYLE: processorCyclic : removed extraneous printiing

---
 .../constraint/processorCyclic/processorCyclicPolyPatch.C       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.C
index 6bc517ec25b..33264fc0d3a 100644
--- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.C
+++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.C
@@ -174,8 +174,6 @@ void Foam::processorCyclicPolyPatch::calcGeometry(PstreamBuffers& pBufs)
         // Update underlying cyclic
         coupledPolyPatch& pp = const_cast<coupledPolyPatch&>(referPatch());
 
-        Pout<< "updating geometry on refered patch:" << pp.name() << endl;
-
         pp.calcGeometry
         (
             *this,
-- 
GitLab