diff --git a/applications/solvers/modules/film/thermophysicalPredictor.C b/applications/solvers/modules/film/thermophysicalPredictor.C index 2942d01e80..e88ab9a572 100644 --- a/applications/solvers/modules/film/thermophysicalPredictor.C +++ b/applications/solvers/modules/film/thermophysicalPredictor.C @@ -51,9 +51,6 @@ void Foam::solvers::film::thermophysicalPredictor() fvConstraints().constrain(he); thermo_.correct(); - - Info<< max(alpha) << " " << min(alpha) << endl; - Info<< max(thermo.T()) << " " << min(thermo.T()) << endl; }