Skip to content
Snippets Groups Projects
Commit 931cd9c5 authored by andy's avatar andy
Browse files

ENH: Removed warning message if field not found in database

parent 98c35a79
Branches
Tags
No related merge requests found
......@@ -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;
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment