Remove more unnecessary output

This commit is contained in:
mathiasvangoe
2018-03-29 16:11:51 +02:00
parent 3bd79f999b
commit ec8220c63b

View File

@ -259,7 +259,6 @@ Foam::multiphaseMixture::rho(const label patchi) const
Foam::tmp<Foam::volScalarField>
Foam::multiphaseMixture::mu() const
{
Info << "In multiphasemixture mu()" << endl;
return rho()*nu();
// PtrDictionary<phase>::const_iterator iter = phases_.begin();