remove debug statement
This commit is contained in:
parent
06da32c728
commit
5764d7f9c0
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ struct ObjectPath
|
|||
objectName = components.back();
|
||||
components.pop_back();
|
||||
}
|
||||
|
||||
spdlog::debug("ObjectPath: objectName={}, components={}", objectName,
|
||||
fmt::join(components, ", "));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue