Skip to content
Snippets Groups Projects
Commit cb3d0235 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Remove debug output

       * src/command/command.cpp.
parent 0392614a
No related branches found
No related tags found
No related merge requests found
...@@ -54,11 +54,6 @@ namespace dynamicgraph { ...@@ -54,11 +54,6 @@ namespace dynamicgraph {
} }
// Copy vector of values in private part // Copy vector of values in private part
valueVector_ = values; valueVector_ = values;
std::cout << "Command::SetParameterValues" << std::endl;
for (unsigned int i=0; i<valueVector_.size(); i++) {
std::cout << ", value[" << i << "]=(" << valueVector_[i]
<< ")" << std::endl;
}
} }
const std::vector<Value> Command::getParameterValues() const const std::vector<Value> Command::getParameterValues() const
......
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