functionObject::surfaceFieldValue: Removed temporary diagnostics statement

This commit is contained in:
Henry Weller
2019-11-11 13:19:02 +00:00
parent a5c33c5e18
commit 93047de818

View File

@ -153,7 +153,6 @@ processSameTypeValues
{
if (weightField.size())
{
Info << weightField << endl;
result = sum(weightField*values);
}
else