Disabled Debug log Framebuffer

This commit is contained in:
Bruno Herbelin
2022-01-07 17:56:26 +01:00
parent 5bd81db37e
commit 6b8a1428d7

View File

@@ -321,9 +321,9 @@ void FrameBuffer::checkFramebufferStatus()
Log::Warning(" GL_FRAMEBUFFER_UNDEFINED is returned if target is the default framebuffer, but the default framebuffer does not exist.");
break;
case GL_FRAMEBUFFER_COMPLETE:
#ifndef NDEBUG
g_print("Framebuffer created %d x %d\n", width(), height());
#endif
//#ifndef NDEBUG
// g_print("Framebuffer created %d x %d\n", width(), height());
//#endif
break;
}
}