summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-11-11 09:20:17 -0800
committerEric Anholt <eric@anholt.net>2013-11-14 11:10:56 -0800
commite1a183c4eb6c052be2e6830794af361e196b9bff (patch)
tree725eee1eb23df8bc8d444f974342cef276552eb4 /src
parent69241485d1659d0cd86e449c1708c7b8ccb1c260 (diff)
Remove accidentally committed debug printf.
Diffstat (limited to 'src')
-rw-r--r--src/dispatch_common.c1
1 files changed, 0 insertions, 1 deletions
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));
}