From e1a183c4eb6c052be2e6830794af361e196b9bff Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 11 Nov 2013 09:20:17 -0800 Subject: [PATCH] Remove accidentally committed debug printf. --- src/dispatch_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dispatch_common.c b/src/dispatch_common.c index d8e931a..7789daf 100644 --- a/src/dispatch_common.c +++ b/src/dispatch_common.c @@ -107,7 +107,6 @@ epoxy_is_desktop_gl(void) const char *es_prefix = "OpenGL ES "; const char *version = (const char *)glGetString(GL_VERSION); - printf("VERSION %s\n", version); return strncmp(es_prefix, version, strlen(es_prefix)); }