add xmp injection and disable some log messages
This commit is contained in:
@@ -47,7 +47,7 @@ bool LayoutManager::load(const char* path)
|
||||
LOG("Layout node without id");
|
||||
return false;
|
||||
}
|
||||
LOG("Parsing layout: %s", id_str);
|
||||
//LOG("Parsing layout: %s", id_str);
|
||||
uint16_t id = const_hash(id_str);
|
||||
auto p = m_layouts.find(id);
|
||||
if (p == m_layouts.end())
|
||||
|
||||
Reference in New Issue
Block a user