diff --git a/modules/viz2d/src/detail/framebuffercontext.cpp b/modules/viz2d/src/detail/framebuffercontext.cpp index d87b114be..09aee0ddd 100644 --- a/modules/viz2d/src/detail/framebuffercontext.cpp +++ b/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); }