[client] egl: remove accidental commit of debug code

This commit is contained in:
Geoffrey McRae 2019-05-27 18:46:05 +10:00
parent f0923c4ed7
commit b31e8e1cee
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
B1-rc3-4-ga53d7bcd30+1 B1-rc3-4-gf0923c4ed7+1

View File

@ -433,10 +433,6 @@ bool egl_render_startup(void * opaque, SDL_Window * window)
return false; return false;
} }
EGLint value;
eglQueryContext(this->display, this->context, EGL_RENDER_BUFFER, &value);
DEBUG_INFO("%x", value);
eglMakeCurrent(this->display, this->surface, this->surface, this->context); eglMakeCurrent(this->display, this->surface, this->surface, this->context);
DEBUG_INFO("Vendor : %s", glGetString(GL_VENDOR )); DEBUG_INFO("Vendor : %s", glGetString(GL_VENDOR ));