Skip to content

Commit

Permalink
Remove traces
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Aug 12, 2021
1 parent ee7784c commit 73b9e4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/plugins/transform_control/TransformControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,8 @@ void TransformControlPrivate::HandleTransform()
ignition::math::Vector3d worldPos = target->WorldPosition();
math::Vector3d distance =
this->transformControl.TranslationFrom2d(axis, start, end);
ignerr << "CONTROL " << this->keyEvent.Control() << std::endl;
if (this->keyEvent.Control())
{
ignerr << "SNAP" << std::endl;
// Translate to world frame for snapping
distance += this->startWorldPos;
math::Vector3d snapVals = this->xyzSnapVals;
Expand Down

0 comments on commit 73b9e4e

Please sign in to comment.