Drop superflous debug comment

This commit is contained in:
Simon Fels 2016-11-11 09:41:19 +01:00
commit 66a6f1d2c3

View file

@ -127,8 +127,6 @@ ColorBuffer* ColorBuffer::create(EGLDisplay p_display,
Helper* helper) {
GLenum texInternalFormat = 0;
printf("Creating new color buffer width %i height %i\n", p_width, p_height);
switch (p_internalFormat) {
case GL_RGB:
case GL_RGB565_OES: