Skip to content

Commit

Permalink
remove nesting info message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakror committed Jul 8, 2023
1 parent 99796d9 commit 1a7f11b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Core/Element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2022,11 +2022,6 @@ void Element::SetParent(Element* _parent)
else if (Context* context = GetContext())
{
String name = it->second.Get<String>();
if (parent->data_model)
{
Log::Message(Log::LT_INFO, "Nested data models encountered. Data model '%s' will replace parent model in element %s.", name.c_str(),
GetAddress().c_str());
}

if (DataModel* model = context->GetDataModelPtr(name))
{
Expand Down

0 comments on commit 1a7f11b

Please sign in to comment.