dictionary: Removed test diagnostic message

This commit is contained in:
Henry Weller
2024-05-29 11:14:57 +01:00
parent 33ad682c38
commit 5f80ee7f10

View File

@ -365,8 +365,6 @@ Foam::dictionary::dictionary
IDLList<entry>(dict, *this),
parent_(dictionary::null)
{
std::cerr<< "dictionary::dictionary " << dict.name() << std::endl;
forAllIter(IDLList<entry>, *this, iter)
{
hashedEntries_.insert(iter().keyword(), &iter());