Skip to content

Commit

Permalink
Don't load the comm plugin for joint as its not implemented yet.
Browse files Browse the repository at this point in the history
Also saves the printing of console errors
  • Loading branch information
adnanmunawar committed Aug 18, 2023
1 parent 189cb5e commit 6a23e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ambf_framework/afFramework.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4075,7 +4075,7 @@ bool afJoint::createFromAttribs(afJointAttributes *a_attribs)

loadPlugins(this, a_attribs, &a_attribs->m_pluginAttribs);

loadCommunicationPlugin(this, a_attribs);
// loadCommunicationPlugin(this, a_attribs);

return true;
}
Expand Down

0 comments on commit 6a23e19

Please sign in to comment.