diff --git a/src/coupled/solvers/SegregatedSolver.cpp b/src/coupled/solvers/SegregatedSolver.cpp
index 5377df201b8e2cbad8e18503bf89403c096cc7da..691267129137e96bb54767cac71f4a7bb5d1b2ab 100644
--- a/src/coupled/solvers/SegregatedSolver.cpp
+++ b/src/coupled/solvers/SegregatedSolver.cpp
@@ -185,8 +185,8 @@ void SegregatedSolver::Method(IElphyAssemble &elphyAssemble, IElasticity &mechAs
 
   while (!mechAssemble.IsFinished()) {
     Step(elphyAssemble, mechAssemble, vNew, uNew, iota_c, gamma_f_c);
-    mpp::plot("gamma_f_c" + std::to_string(mechAssemble.Time())) << gamma_f_c << mpp::endp;
-    mpp::plot("iota_c" + std::to_string(mechAssemble.Time())) << iota_c << mpp::endp;
+    // mpp::plot("gamma_f_c" + std::to_string(mechAssemble.Time())) << gamma_f_c << mpp::endp;
+    // mpp::plot("iota_c" + std::to_string(mechAssemble.Time())) << iota_c << mpp::endp;
     EvaluateIteration(elphyAssemble, mechAssemble, vNew, uNew);
     PlotIteration(elphyAssemble, mechAssemble, vNew, uNew);
   }