diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp
index b130b9efd13877c0bbe13bef4ce3a39a3150b682..c258266eed4899632b4968e30cd0f49b39c37d6b 100644
--- a/Solver/elasticitySolver.cpp
+++ b/Solver/elasticitySolver.cpp
@@ -283,7 +283,7 @@ void elasticitySolver::solve()
   lsys->systemSolve();
   printf("-- done solving!\n");
 
-  printLinearSystem(lsys);
+//   printLinearSystem(lsys);
 
   double energ=0;
   for (unsigned int i = 0; i < elasticFields.size(); i++)