Skip to content

Commit

Permalink
remove mesh debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Dec 7, 2022
1 parent 4920102 commit 8947bd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Engine/Data/Mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ void GeometryDisplayable::render( const ShaderProgram* prog, const LayerKeyType&
GL_CHECK_ERROR;
autoVertexAttribPointer( prog, key );
GL_CHECK_ERROR;
LOG( logERROR ) << "draw " << *key.first.begin() << " [" << key.second << "] "
<< prog->getBasicConfiguration().getName();
m_geomLayers[key].vao->drawElements(
static_cast<GLenum>( m_geomLayers[key].renderMode ),
GLsizei( m_geomLayers[key].indices.numElements ),
Expand Down

0 comments on commit 8947bd5

Please sign in to comment.