Remove debug log left in

This commit is contained in:
baldurk
2020-08-12 15:15:33 +01:00
parent 61c6d88b7d
commit 9df6103be4
-1
View File
@@ -1349,7 +1349,6 @@ void GLReplay::FillWithDiscardPattern(DiscardType type, GLuint framebuffer, GLsi
GL.glGetNamedFramebufferAttachmentParameterivEXT(
framebuffer, eGL_COLOR_ATTACHMENT0, eGL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR,
&numviews);
RDCLOG("Discarding with %u views", numviews);
}
GLuint prog = DebugData.discardProg[RDCCLAMP(numviews, 1, 4) - 1];