add xmp injection and disable some log messages
This commit is contained in:
@@ -747,7 +747,7 @@ void Node::parse_attributes(kAttribute ka, const tinyxml2::XMLAttribute* attr)
|
||||
void Node::load_internal(const tinyxml2::XMLElement* x_node)
|
||||
{
|
||||
m_name = x_node->Name();
|
||||
LOG("node %s", m_name.c_str());
|
||||
//LOG("node %s", m_name.c_str());
|
||||
|
||||
init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user