SubField: Removed temporary Info statement

This commit is contained in:
Henry Weller
2016-03-25 22:43:40 +00:00
parent 2c2c6efe63
commit 6a7d9a9d64

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;
}