Remove debugging printf that was accidentally left in 783.
git-svn-id: http://skia.googlecode.com/svn/trunk@784 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrGLConfig.h b/gpu/include/GrGLConfig.h
index d19f0b9..bb10567 100644
--- a/gpu/include/GrGLConfig.h
+++ b/gpu/include/GrGLConfig.h
@@ -205,7 +205,7 @@
#endif
#if !defined(GR_GL_NO_CLIENT_SIDE_ARRAYS)
- #define GR_GL_NO_CLIENT_SIDE_ARRAYS 1
+ #define GR_GL_NO_CLIENT_SIDE_ARRAYS 0
#endif
////////////////////////////////////////////////////////////////////////////////