From c4db7d053a83b1cb225b185e7cccc90b1e6d6c06 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Thu, 28 Oct 2010 17:36:16 +0100
Subject: [PATCH] ENH: Removed duplicate construction message

---
 .../reactionThermo/hsReactionThermo/hsReactionThermoNew.C   | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C b/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C
index 0520bb72892..ebf4d6c3691 100644
--- a/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C
+++ b/src/thermophysicalModels/reactionThermo/reactionThermo/hsReactionThermo/hsReactionThermoNew.C
@@ -94,8 +94,6 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType
         ).lookup("thermoType")
     );
 
-    Info<< "Selecting thermodynamics package " << modelType << endl;
-
     if (modelType.find(thermoType) == string::npos)
     {
         wordList allModels = fvMeshConstructorTablePtr_->sortedToc();
@@ -112,8 +110,8 @@ Foam::autoPtr<Foam::hsReactionThermo> Foam::hsReactionThermo::NewType
         (
             "autoPtr<hsReactionThermo> hsReactionThermo::NewType"
             "("
-            "const fvMesh&, "
-            "const word&"
+                "const fvMesh&, "
+                "const word&"
             ")"
         )   << "Inconsistent thermo package selected:" << nl << nl
             << modelType << nl << nl << "Please select a "
-- 
GitLab