SubField: Removed temporary Info statement

This commit is contained in:
Henry Weller 2016-03-25 22:43:40 +00:00
parent 1a5ba9c4ff
commit b7924a57d5

View File

@ -119,7 +119,6 @@ template<class Type>
inline void Foam::SubField<Type>::operator=(const Field<Type>& rhs)
{
SubList<Type>::operator=(rhs);
InfoInFunction << *this << endl;
}