Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed May 27, 2021
1 parent 48171dd commit 039ef43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/scene3d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ TEST(Scene3DTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Events))
{
receivedHoverEvent = true;
auto hoverToScene = static_cast<events::HoverToScene*>(_event);
std::cerr << "hoverToScene point["
<< hoverToScene->Point() << "]" << std::endl;
}
};

Expand Down

0 comments on commit 039ef43

Please sign in to comment.