Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Dec 25, 2024
1 parent c8956ff commit 732e794
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/MultiPointConstraint.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ class MultiPointConstraint
{
vector[slave]
+= coeffs[k] * vector[masters[k]]; //+ _mpc_constants[slave];
std::cout << slave << " " << masters[k] << " " << vector[slave] << " "
<< coeffs[k] << " " << vector[masters[k]] << "\n";
}
}
};
Expand Down

0 comments on commit 732e794

Please sign in to comment.