diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
index addb14546349dbda57f0dd338919cd7de372d978..930a45f666d1cedf79c8e591e18107c9d3b50297 100644
--- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
+++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
@@ -113,7 +113,7 @@ cyclicFvPatchField<Type>::cyclicFvPatchField
 //        << "Underlying cyclic:" << cyclicPatch_.name()
 //        << " with parallel:" << cyclicPatch_.parallel() << endl;
 
-    this->coupledFvPatchField<Type>::evaluate(Pstream::blocking);
+    //this->evaluate(Pstream::blocking);
 }