Skip to content

Commit

Permalink
remove print lines
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Feb 28, 2024
1 parent 6f4e73f commit 4a67558
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ogre2/src/Ogre2DepthCamera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include <windows.h>
#endif

#include <gz/common/Timer.hh>

#include <cstdint>
#include <math.h>
#include <gz/math/Helpers.hh>
Expand Down Expand Up @@ -1024,8 +1022,6 @@ void Ogre2DepthCamera::CreateWorkspaceInstance()
//////////////////////////////////////////////////
void Ogre2DepthCamera::Render()
{
common::Timer t;
t.Start();
// Our shaders rely on clamped values so enable it for this sensor
//
// TODO(anyone): Matias N. Goldberg (dark_sylinc) insists this is a hack
Expand All @@ -1049,9 +1045,6 @@ void Ogre2DepthCamera::Render()
this->scene->FlushGpuCommandsAndStartNewFrame(1u, false);

this->ogreCamera->_setNeedsDepthClamp(bOldDepthClamp);

t.Stop();
std::cerr << t.ElapsedTime().count() << std::endl;
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit 4a67558

Please sign in to comment.