mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Removed warning message if field not found in database
This commit is contained in:
@ -79,14 +79,6 @@ void Foam::removeRegisteredObject::execute()
|
||||
delete &obj;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
WarningIn("Foam::removeRegisteredObject::write()")
|
||||
<< "Object " << objectNames_[i] << " not found in "
|
||||
<< "database. Available objects:" << nl << obr_.sortedToc()
|
||||
<< endl;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user