Fixed include graph diagram visitor

This commit is contained in:
Bartek Kryza
2022-09-03 11:13:59 +02:00
parent 3145d30acf
commit e7cb6c0fb2
3 changed files with 11 additions and 23 deletions

View File

@@ -79,8 +79,6 @@ public:
template <typename V = T> auto get_element(const Path &path) const
{
LOG_DBG("Getting nested element at path: {}", path.to_string());
if (path.is_empty() || !has_element(path[0])) {
LOG_DBG("Nested element {} not found in element", path.to_string());
return optional_ref<V>{};