removed debug output

pull/3471/head
kallaballa 2 years ago
parent 9bc7373f92
commit 8b4b3eaba4
  1. 1
      modules/viz2d/src/detail/framebuffercontext.cpp

@ -110,7 +110,6 @@ void FrameBufferContext::fromGLTexture2D(const cv::ogl::Texture2D& texture, cv::
int textureType = dtype;
if (u.size() != texture.size() || u.type() != textureType) {
cerr << "create" << endl;
u.create(texture.size(), textureType);
}

Loading…
Cancel
Save