Remove accidentally committed debug printf.

macos/v1.5.9
Eric Anholt 11 years ago
parent 69241485d1
commit e1a183c4eb
  1. 1
      src/dispatch_common.c

@ -107,7 +107,6 @@ epoxy_is_desktop_gl(void)
const char *es_prefix = "OpenGL ES "; const char *es_prefix = "OpenGL ES ";
const char *version = (const char *)glGetString(GL_VERSION); const char *version = (const char *)glGetString(GL_VERSION);
printf("VERSION %s\n", version);
return strncmp(es_prefix, version, strlen(es_prefix)); return strncmp(es_prefix, version, strlen(es_prefix));
} }

Loading…
Cancel
Save