Skip to content
Snippets Groups Projects
Commit bb57fb9a authored by Kevin Hitzler's avatar Kevin Hitzler Committed by Raphael Grimm
Browse files

Revert "Make error output more useful"

This reverts commit 736d4585.
parent a707a6ec
No related branches found
No related tags found
1 merge request!76Update cartesian impedance and arviz
......@@ -74,7 +74,7 @@ namespace armarx::introspection
template<class MemberType>
ClassMemberInfo<CommonBaseT, ClassT>::EntryConfigurator<ClassT> ClassMemberInfo<CommonBaseT, ClassT>::addMemberVariable(MemberType ClassType::* ptr, const std::string& name)
{
ARMARX_CHECK_EQUAL(0, entries.count(name)) << "variable was already added!" << GetKeys(entries);
ARMARX_CHECK_EQUAL(0, entries.count(name));
entries.add(name, Entry(name, ptr));
return entries.at(name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment