diff --git a/exercises/exercise-fluidsystem/2pproblem.hh b/exercises/exercise-fluidsystem/2pproblem.hh
index 81dba41a6499cab21bcba5ceafcd8980c0c308d8..f9508f15e548f258f12ac0202a5827dab1f874d6 100644
--- a/exercises/exercise-fluidsystem/2pproblem.hh
+++ b/exercises/exercise-fluidsystem/2pproblem.hh
@@ -148,7 +148,6 @@ public:
 #endif // !(HAVE_DUNE_ALUGRID || HAVE_UG)
 
         // initialize the tables for the water properties
-        std::cout << "Initializing the tables for the water properties" << std::endl;
         Components::TabulatedComponent<Components::H2O<Scalar>>::init(/*tempMin=*/273.15,
                                                                       /*tempMax=*/623.15,
                                                                       /*numTemp=*/100,