diff --git a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C
index bcad9f2c212e5e2c7144b0416ee8ad1319b8b8c6..cc7405fa68e507ba2d4b027431792b866ff683e6 100644
--- a/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C
+++ b/src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C
@@ -61,9 +61,6 @@ Foam::dynamicMotionSolverFvMesh::~dynamicMotionSolverFvMesh()
 
 bool Foam::dynamicMotionSolverFvMesh::update()
 {
-    //***HGW Info<< "Foam::dynamicMotionSolverFvMesh::update() relax" << endl;
-    //***HGW fvMesh::movePoints(0.5*(points() + motionPtr_->newPoints()));
-
     fvMesh::movePoints(motionPtr_->newPoints());
 
     if (foundObject<volVectorField>("U"))